summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-09-07 04:18:05 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-09-07 04:18:05 +0000
commit204c1a336e56f9b110abae83efe6f1a843e39351 (patch)
tree10286e308b99e431a4194de0eaaa576a8de977e1 /parse.y
parent57f10dc0aa6a65a30f3008e1803c6530e16c948a (diff)
Members of struct yy_trans_info are now forced to be the same size.
Added shared file tables_shared.c. Separated tables.h from flexdef.h Bulk of table deserialization code is done.
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index 94a7075..340069b 100644
--- a/parse.y
+++ b/parse.y
@@ -70,6 +70,7 @@
#endif
#include "flexdef.h"
+#include "tables.h"
/* The remainder of the alloca() cruft has to come after including flexdef.h,
* so HAVE_ALLOCA_H is (possibly) defined.