#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
-/* Line 1532 of yacc.c. */
-#line 90 "parse-gram.y"
-{
+{/* Line 1535 of yacc.c. */
+#line 97 "parse-gram.y"
+
symbol *symbol;
symbol_list *list;
int integer;
uniqstr uniqstr;
unsigned char character;
}
-/* Line 1532 of yacc.c. */
+/* Line 1535 of yacc.c. */
#line 175 "parse-gram.h"
YYSTYPE;
+# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
-# define YYSTYPE_IS_TRIVIAL 1
#endif