-/* 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.
#ifndef YYSTYPE
-#line 88 "parse-gram.y"
+#line 89 "parse-gram.y"
typedef union {
symbol_t *symbol;
symbol_list_t *list;
int integer;
char *string;
- associativity assoc;
+ assoc_t assoc;
} yystype;
-/* Line 1271 of /home/lrde/prof/akim/src/bison/data/yacc.c. */
+/* Line 1294 of /usr/local/share/bison/yacc.c. */
#line 141 "y.tab.h"
# define YYSTYPE yystype
#endif