From e3cdaaeadc86e45f7f2c365f5a61a5a060c6f10b Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Sun, 3 Feb 2013 12:58:07 -0500 Subject: don't check tokstart in stream pull, no longer relevant --- colm/pdarun.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colm') diff --git a/colm/pdarun.c b/colm/pdarun.c index b8f68b3b..b810a1be 100644 --- a/colm/pdarun.c +++ b/colm/pdarun.c @@ -128,8 +128,8 @@ void decrementSteps( PdaRun *pdaRun ) Head *streamPull( Program *prg, FsmRun *fsmRun, StreamImpl *is, long length ) { - /* We should not be in the midst of getting a token. */ - assert( fsmRun->tokstart == 0 ); +// /* We should not be in the midst of getting a token. */ +// assert( fsmRun->tokstart == 0 ); RunBuf *runBuf = newRunBuf(); runBuf->next = fsmRun->consumeBuf; -- cgit v1.2.1