+
/* A Bison parser, made by GNU Bison 2.3a+. */
/* Skeleton interface for Bison's Yacc-like parsers in C
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
-/* Line 1546 of yacc.c */
-#line 98 "parse-gram.y"
+
+/* Line 1537 of yacc.c */
+#line 97 "parse-gram.y"
symbol *symbol;
symbol_list *list;
assoc assoc;
uniqstr uniqstr;
unsigned char character;
-}
-/* Line 1546 of yacc.c */
-#line 182 "parse-gram.h"
- YYSTYPE;
+
+
+/* Line 1537 of yacc.c */
+#line 185 "parse-gram.h"
+} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
-