aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources
diff options
context:
space:
mode:
authorjohnvg2013-10-21 13:50:06 +0000
committerjohnvg2013-10-21 13:50:06 +0000
commitd8b20ea600f62571fd56be7b2b8384c7d7919b92 (patch)
tree94e0ba5d779d2dbfd40c30e65f258383b17b5ce3 /backendC/CleanCompilerSources
parentcheck the type of instances defined using :== (maybe the parser should reject... (diff)
rename parameter inline to inlineFlag, because it is now a keyword (since c99)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2301 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources')
-rw-r--r--backendC/CleanCompilerSources/backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h
index 26e1a67..2de21ee 100644
--- a/backendC/CleanCompilerSources/backend.h
+++ b/backendC/CleanCompilerSources/backend.h
@@ -517,7 +517,7 @@ Clean (BENodeIds:: BENodeIdListP BENodeIdListP BackEnd -> (BENodeIdListP, BackEn
BENodeIdListP BENoNodeIds (void);
Clean (BENoNodeIds:: BackEnd -> (BENodeIdListP, BackEnd))
-BECodeBlockP BEAbcCodeBlock (int inline, BEStringListP instructions);
+BECodeBlockP BEAbcCodeBlock (int inlineFlag, BEStringListP instructions);
Clean (BEAbcCodeBlock:: Bool BEStringListP BackEnd -> (BECodeBlockP, BackEnd))
BECodeBlockP BEAnyCodeBlock (BECodeParameterP inParams, BECodeParameterP outParams, BEStringListP instructions);