summaryrefslogtreecommitdiff
path: root/colm/bytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/bytecode.h')
-rw-r--r--colm/bytecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/bytecode.h b/colm/bytecode.h
index 36a79266..b46c8e40 100644
--- a/colm/bytecode.h
+++ b/colm/bytecode.h
@@ -424,7 +424,7 @@ void rcode_downref( Program *prg, Tree **stack_root, Code *instr );
void rcode_downref_all( Program *prg, Tree **stack_root, CodeVect *cv );
void parsed_downref( Program *prg, Tree **root, Tree *tree );
void parsed_downref_all( PdaRun *parser );
-void commit_full( PdaRun *parser );
+void commit_full( PdaRun *parser, long commitReduce );
bool match_pattern( Tree **bindings, Program *prg, long pat, Kid *kid, bool checkNext );
Head *make_literal( Program *prg, long litoffset );