aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources
diff options
context:
space:
mode:
authorjohnvg2004-02-20 16:47:11 +0000
committerjohnvg2004-02-20 16:47:11 +0000
commit2b9634a2bed3b3de05889f8eef23ad7d1dd85a09 (patch)
treed193545195c7cc95f3d96a9fff05121f92104d09 /backendC/CleanCompilerSources
parentmove prototype of UserDefinedArrayFunctions to this file (diff)
move definition of UserDefinedArrayFunctions to this file
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1455 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources')
-rw-r--r--backendC/CleanCompilerSources/statesgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/statesgen.c b/backendC/CleanCompilerSources/statesgen.c
index 16667a9..cff7e65 100644
--- a/backendC/CleanCompilerSources/statesgen.c
+++ b/backendC/CleanCompilerSources/statesgen.c
@@ -1228,7 +1228,7 @@ void ExamineTypesAndLhsOfSymbols (Symbol symbs)
#endif
}
-extern PolyList UserDefinedArrayFunctions;
+PolyList UserDefinedArrayFunctions;
void ImportSymbols (Symbol symbols)
{