aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources
diff options
context:
space:
mode:
authorjohnvg2004-02-20 16:46:47 +0000
committerjohnvg2004-02-20 16:46:47 +0000
commite03336d800ed3ccdfe573705d78ef90ed6368899 (patch)
tree38c0246ffb1daa6e0da6b89b67256decdb6b9e9e /backendC/CleanCompilerSources
parentremove prototypes of removed functions, move some prototypes from (diff)
move prototype of UserDefinedArrayFunctions to this file
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1454 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources')
-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;