summaryrefslogtreecommitdiff
path: root/dfa.c
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 /dfa.c
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 'dfa.c')
-rw-r--r--dfa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dfa.c b/dfa.c
index 627996e..ad76d03 100644
--- a/dfa.c
+++ b/dfa.c
@@ -30,6 +30,7 @@
/* PURPOSE. */
#include "flexdef.h"
+#include "tables.h"
/* declare functions that have forward references */