aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources
diff options
context:
space:
mode:
authorjohnvg2007-02-21 15:57:33 +0000
committerjohnvg2007-02-21 15:57:33 +0000
commit0740fd33daa32a48995c9a6a67f453c843c81a87 (patch)
tree5c70044c3d966a9bb95867885f75bc43fad71dbc /backendC/CleanCompilerSources
parentadd BEStartFunction (diff)
fix BEStartFunction type
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1651 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 a778659..c042903 100644
--- a/backendC/CleanCompilerSources/backend.h
+++ b/backendC/CleanCompilerSources/backend.h
@@ -474,7 +474,7 @@ void BEDeclareFunction (CleanString name, int arity, int functionIndex, int ance
Clean (BEDeclareFunction :: String Int Int Int BackEnd -> BackEnd)
void BEStartFunction (int functionIndex);
-Clean (BEDeclareFunction :: Int BackEnd -> BackEnd)
+Clean (BEStartFunction :: Int BackEnd -> BackEnd)
BERuleAltP BECodeAlt (int line, BENodeDefP lhsDefs, BENodeP lhs, BECodeBlockP codeBlock);
Clean (BECodeAlt:: Int BENodeDefP BENodeP BECodeBlockP BackEnd -> (BERuleAltP, BackEnd))