diff options
author | Adrian Thurston <thurston@complang.org> | 2013-02-03 11:35:55 -0500 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2013-02-03 11:35:55 -0500 |
commit | d7ff62a2f5cb920dbbf1a6f7516be9cd417b892e (patch) | |
tree | ec80eb86cc7c4a4c292c7bd66e8e574796f5ff65 /colm/pdarun.h | |
parent | 116b212223225cc519862330d42b2426737fb4f4 (diff) | |
download | colm-d7ff62a2f5cb920dbbf1a6f7516be9cd417b892e.tar.gz |
refraining from copying in getParsBlock, basics working
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r-- | colm/pdarun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h index 81d376c4..ac08889e 100644 --- a/colm/pdarun.h +++ b/colm/pdarun.h @@ -73,7 +73,6 @@ typedef struct _FsmRun { FsmTables *tables; - RunBuf *scanBuf; RunBuf *consumeBuf; /* FsmRun State. */ @@ -81,6 +80,7 @@ typedef struct _FsmRun long cs, ncs, act; char *tokstart, *tokend; char *p, *pe, *peof; + int have; int returnResult; char *mark[MARK_SLOTS]; long matchedToken; |