]> git.saurik.com Git - bison.git/blobdiff - src/gram.c
* src/gram.h, src/gram.c (symbols): New, similar to state_table
[bison.git] / src / gram.c
index 4ec973c121a74161cae5d598fa2fa66c7165f9ee..ffab36d3b606126e8a9c769ed5c3489fb3dd2ddc 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "system.h"
 #include "gram.h"
+#include "symtab.h"
 #include "reader.h"
 
 /* comments for these variables are in gram.h  */
@@ -37,6 +38,8 @@ int nritems;
 rule_t *rule_table = NULL;
 short *rprec = NULL;
 short *rprecsym = NULL;
+
+struct bucket **symbols = NULL;
 short *sprec = NULL;
 short *rassoc = NULL;
 short *sassoc = NULL;