aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2002-02-15 14:16:34 +0000
committerjohnvg2002-02-15 14:16:34 +0000
commitf879ed9e8d95725913a024b0af733089a3a725b2 (patch)
tree0913279747b2e68ea269d6b73cdea5d73a114488
parentallow record update nodes with more than 2 arguments (diff)
backend.c
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1025 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--backendC/CleanCompilerSources/backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/backend.c b/backendC/CleanCompilerSources/backend.c
index 6e30dcd..c6104fa 100644
--- a/backendC/CleanCompilerSources/backend.c
+++ b/backendC/CleanCompilerSources/backend.c
@@ -3196,7 +3196,7 @@ RemoveSpecialArrayFunctionsFromSymbolList (SymbolP *symbolH)
#if 0
File rules_file;
#endif
+
int
BEGenerateCode (CleanString outputFile)
{