X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b29b2ed5600cd819f4237b7b050288f6e19d102d..616429b50868bf9225d55143526442a024e32969:/src/symtab.h diff --git a/src/symtab.h b/src/symtab.h index b98902e1..c64e4079 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -50,13 +50,13 @@ typedef struct bucket short prec; associativity assoc; short user_token_number; + /* Points to the other in the identifier-symbol pair for an alias. Special value SALIAS in the identifier half of the identifier-symbol pair for an alias. */ struct bucket *alias; symbol_class class; -} -bucket; +} bucket; extern bucket *firstsymbol;