summaryrefslogtreecommitdiff
path: root/colm/pdarun.c
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdarun.c')
-rw-r--r--colm/pdarun.c4
1 files changed, 2 insertions, 2 deletions
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;