summaryrefslogtreecommitdiff
path: root/src/pdarun.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-11-12 15:06:02 -0500
committerAdrian Thurston <thurston@complang.org>2015-11-12 15:06:02 -0500
commit5182f76980bde6ba75f62247f9775e7da51e91b3 (patch)
tree86a41887a820d8d73dcb75b66fae32f466695deb /src/pdarun.h
parent8eb52f256121624aa4c70800fdca342d87596608 (diff)
downloadcolm-5182f76980bde6ba75f62247f9775e7da51e91b3.tar.gz
dynamically size runbufs from extract_token
Allows large tokens. Note there are other places this is needed.
Diffstat (limited to 'src/pdarun.h')
-rw-r--r--src/pdarun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdarun.h b/src/pdarun.h
index 21b3a2e4..7af9ac0f 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -265,7 +265,7 @@ struct pda_run
*/
struct fsm_tables *fsm_tables;
- RunBuf *consume_buf;
+ struct run_buf *consume_buf;
long region, pre_region;
long fsm_cs, next_cs, act;