From 2b9634a2bed3b3de05889f8eef23ad7d1dd85a09 Mon Sep 17 00:00:00 2001 From: johnvg Date: Fri, 20 Feb 2004 16:47:11 +0000 Subject: 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 --- backendC/CleanCompilerSources/statesgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backendC/CleanCompilerSources') 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) { -- cgit v1.2.3