aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backendC/CleanCompilerSources/statesgen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/statesgen.h b/backendC/CleanCompilerSources/statesgen.h
index 63c6bdd..c8f9f8e 100644
--- a/backendC/CleanCompilerSources/statesgen.h
+++ b/backendC/CleanCompilerSources/statesgen.h
@@ -30,3 +30,5 @@ extern void DetermineNodeState (Node node);
extern void ConvertTypeToState (TypeNode type,States state,StateKind kind);
extern int optimise_strict_tuple_result_functions;
+
+extern PolyList UserDefinedArrayFunctions;