]> git.saurik.com Git - bison.git/blobdiff - src/reader.h
Rename all the `bucket's as `symbol_t'.
[bison.git] / src / reader.h
index 32f02e96ffc35f4d4f97f4ddfc34954caf426d34..ce5e2dc7c730a0cfa18637f9419424e80ea191e8 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef READER_H_
 # define READER_H_
 
+#include "symtab.h"
+
 /* Read in the grammar specification and record it in the format
    described in gram.h.  All guards are copied into the FGUARD file
    and all actions into FACTION, in each case forming the body of a C
@@ -34,4 +36,9 @@ void grammar_free PARAMS ((void));
 
 extern int lineno;
 
+extern symbol_t *errtoken;
+extern symbol_t *undeftoken;
+extern symbol_t *eoftoken;
+extern symbol_t *axiom;
+
 #endif /* !READER_H_ */