From 968a0f7831ed89030f8eabf842c7bc6270f7d81f Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Sat, 9 Feb 2013 13:44:24 -0500 Subject: removed the FsmRun arg from the parseLoop call --- colm/pdarun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colm/pdarun.h') diff --git a/colm/pdarun.h b/colm/pdarun.h index 818a753c..17ea1ab8 100644 --- a/colm/pdarun.h +++ b/colm/pdarun.h @@ -458,7 +458,7 @@ Head *extractMatch( struct ColmProgram *prg, FsmRun *fsmRun, StreamImpl *inputSt void fsmExecute( FsmRun *fsmRun, StreamImpl *inputStream ); void sendNamedLangEl( struct ColmProgram *prg, Tree **sp, PdaRun *pdaRun, FsmRun *fsmRun, StreamImpl *inputStream ); long parseLoop( struct ColmProgram *prg, Tree **sp, PdaRun *pdaRun, - FsmRun *fsmRun, StreamImpl *inputStream, long entry ); + StreamImpl *inputStream, long entry ); void initBindings( PdaRun *pdaRun ); Tree *getParsedRoot( PdaRun *pdaRun, int stop ); void undoParseStream( struct ColmProgram *prg, Tree **sp, StreamImpl *inputStream, FsmRun *fsmRun, -- cgit v1.2.1