]> git.saurik.com Git - bison.git/blobdiff - src/gram.h
* src/gram.h, src/gram.c (symbols): New, similar to state_table
[bison.git] / src / gram.h
index 336c38ed3ac6d727f0a4960469e46449cbaae776..b8d1c93bb81fea61eff14b1898f76bfa22389235 100644 (file)
@@ -133,6 +133,9 @@ typedef struct rule_s
 
 extern struct rule_s *rule_table;
 
+/* Table of the symbols, indexed by the symbol number. */
+extern struct bucket **symbols;
+
 /* token translation table: indexed by a token number as returned by
    the user's yylex routine, it yields the internal token number used
    by the parser and throughout bison.  */