X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b275314e2dbe2eb5d4706f728aefe132fa93b9c5..c0ad8bf3c2fb46f001bb24ac98a72b8bfb3a77ce:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index fc18e77d..9732eeb0 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -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