summaryrefslogtreecommitdiff
path: root/colm/pdarun.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-02-10 11:11:34 -0500
committerAdrian Thurston <thurston@complang.org>2013-02-10 11:11:34 -0500
commit2ccf3932d99d1a82f12e8cccbd2c1e7f54e63bb4 (patch)
tree5e7a73ee359dc8f0bc43574409d02a5921757978 /colm/pdarun.h
parentc6b71985f817f6b5e4c7d1ec6f19383404507396 (diff)
downloadcolm-2ccf3932d99d1a82f12e8cccbd2c1e7f54e63bb4.tar.gz
support stream pull outside of a parser
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r--colm/pdarun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h
index 17fa3aa7..00f07885 100644
--- a/colm/pdarun.h
+++ b/colm/pdarun.h
@@ -433,7 +433,7 @@ long parseToken( struct ColmProgram *prg, Tree **sp, PdaRun *pdaRun,
long undoParse( Tree **sp, PdaRun *pdaRun, FsmRun *fsmRun, StreamImpl *inputStream, Tree *tree );
-Head *streamPull( struct ColmProgram *prg, FsmRun *fsmRun, StreamImpl *inputStream, long length );
+Head *streamPull( struct ColmProgram *prg, PdaRun *pdaRun, StreamImpl *is, long length );
Head *stringAllocPointer( struct ColmProgram *prg, const char *data, long length );
void streamPushText( StreamImpl *inputStream, const char *data, long length );