diff options
author | johnvg | 2004-02-20 16:47:11 +0000 |
---|---|---|
committer | johnvg | 2004-02-20 16:47:11 +0000 |
commit | 2b9634a2bed3b3de05889f8eef23ad7d1dd85a09 (patch) | |
tree | d193545195c7cc95f3d96a9fff05121f92104d09 | |
parent | move 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
-rw-r--r-- | backendC/CleanCompilerSources/statesgen.c | 2 |
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) { |