]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
* data/yacc.c: Guard the declaration of yytoknum also with
[bison.git] / src / parse-gram.h
index fc18e77d575b4268fa8b81c882cc1c2daa2ea9b3..9732eeb00d596ec15ca7d42a95c376a273a558a7 100644 (file)
@@ -134,9 +134,9 @@ typedef union {
   symbol_list_t *list;
   int integer;
   char *string;
-  associativity assoc;
+  assoc_t assoc;
 } yystype;
-/* Line 1271 of /usr/local/share/bison/yacc.c.  */
+/* Line 1292 of /tmp/prefix/share/bison/yacc.c.  */
 #line 141 "y.tab.h"
 # define YYSTYPE yystype
 #endif