From 5182f76980bde6ba75f62247f9775e7da51e91b3 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Thu, 12 Nov 2015 15:06:02 -0500 Subject: dynamically size runbufs from extract_token Allows large tokens. Note there are other places this is needed. --- src/pdarun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pdarun.h') 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; -- cgit v1.2.1