aboutsummaryrefslogtreecommitdiff
path: root/backendC
diff options
context:
space:
mode:
Diffstat (limited to 'backendC')
-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))