···11-/* A Bison parser, made by GNU Bison 2.5.1. */11+/* A Bison parser, made by GNU Bison 2.7. */2233/* Bison interface for Yacc-like parsers in C44···3030 This special exception was added by the Free Software Foundation in3131 version 2.2 of Bison. */32323333+#ifndef YY_YY_SCRIPTS_GENKSYMS_PARSE_TAB_H_SHIPPED_INCLUDED3434+# define YY_YY_SCRIPTS_GENKSYMS_PARSE_TAB_H_SHIPPED_INCLUDED3535+/* Enabling traces. */3636+#ifndef YYDEBUG3737+# define YYDEBUG 13838+#endif3939+#if YYDEBUG4040+extern int yydebug;4141+#endif33423443/* Tokens. */3544#ifndef YYTOKENTYPE···9283#endif938494859595-9686#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED9787typedef int YYSTYPE;9888# define YYSTYPE_IS_TRIVIAL 1···1019310294extern YYSTYPE yylval;103959696+#ifdef YYPARSE_PARAM9797+#if defined __STDC__ || defined __cplusplus9898+int yyparse (void *YYPARSE_PARAM);9999+#else100100+int yyparse ();101101+#endif102102+#else /* ! YYPARSE_PARAM */103103+#if defined __STDC__ || defined __cplusplus104104+int yyparse (void);105105+#else106106+int yyparse ();107107+#endif108108+#endif /* ! YYPARSE_PARAM */104109110110+#endif /* !YY_YY_SCRIPTS_GENKSYMS_PARSE_TAB_H_SHIPPED_INCLUDED */