#include "system.h"
#include "gram.h"
+#include "symtab.h"
#include "reader.h"
/* comments for these variables are in gram.h */
rule_t *rule_table = NULL;
short *rprec = NULL;
short *rprecsym = NULL;
+
+struct bucket **symbols = NULL;
short *sprec = NULL;
short *rassoc = NULL;
short *sassoc = NULL;