X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b275314e2dbe2eb5d4706f728aefe132fa93b9c5..d1a1114f7f257f89887ea5825ba0d896dfaa747b:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index fc18e77d..90f7c638 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,4 +1,4 @@ -/* A Bison parser, made from parse-gram.y, by GNU bison 1.49b. */ +/* A Bison parser, made from parse-gram.y, by GNU bison 1.49c. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc. @@ -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 1294 of /usr/local/share/bison/yacc.c. */ #line 141 "y.tab.h" # define YYSTYPE yystype #endif