diff options
-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) { |