summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ecomp-c/ec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecomp-c/ec.c b/ecomp-c/ec.c
index 0ff71bd..c309f1d 100644
--- a/ecomp-c/ec.c
+++ b/ecomp-c/ec.c
@@ -2253,6 +2253,8 @@ static void parseProcedureDeclaration( Scope *scope )
param = param->next;
}
}
+ } else {
+ Abort( "Semicolon expected" );
}
/* procedure body */