aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'backendC/CleanCompilerSources/codegen.h')
-rw-r--r--backendC/CleanCompilerSources/codegen.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/codegen.h b/backendC/CleanCompilerSources/codegen.h
index 7719a4d..cc588f6 100644
--- a/backendC/CleanCompilerSources/codegen.h
+++ b/backendC/CleanCompilerSources/codegen.h
@@ -4,4 +4,7 @@ void EvalArgsEntry (StateS *const function_state_p,SymbDef rule_sdef,int maxasiz
void EvaluateAndMoveStateArguments (int state_arity,States states,int oldasp,int maxassize);
void EvaluateAndMoveArguments (int arity,StateP argstates,int *locasp_p,int *aselmts_p);
-extern int function_called_only_curried_or_lazy_with_one_return; \ No newline at end of file
+extern int function_called_only_curried_or_lazy_with_one_return;
+#if GENERATE_CODE_AGAIN
+ extern int call_code_generator_again;
+#endif