-/* A Bison parser, made by GNU Bison 2.5.1.19-ced26-dirty. */
+/* A Bison parser, made by GNU Bison 2.6.1.12-3153-dirty. */
/* Bison interface for Yacc-like parsers in C
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
-
-/* Line 2063 of yacc.c */
+/* Line 2049 of yacc.c */
#line 114 "parse-gram.y"
symbol *symbol;
named_ref *named_ref;
-
-/* Line 2063 of yacc.c */
-#line 188 "parse-gram.h"
+/* Line 2049 of yacc.c */
+#line 186 "parse-gram.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYLTYPE_IS_TRIVIAL 1
#endif
+
#ifdef YYPARSE_PARAM
#if defined __STDC__ || defined __cplusplus
int gram_parse (void *YYPARSE_PARAM);
#endif
#endif /* ! YYPARSE_PARAM */
-
#endif /* !GRAM__________SRC_PARSE_GRAM_H */