summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/otps/otp-parser.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-08-06 11:59:43 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-08-06 11:59:43 +0000
commitf54865196404f260583c8ff41e001801413a9e57 (patch)
tree127784f153ebebe3d8dc88881092c14139b7beb6 /Build/source/texk/web2c/otps/otp-parser.h
parent0c53c9b5c5e27c54d13b7e73353393794155cead (diff)
bison 2.6.2
git-svn-id: svn://tug.org/texlive/trunk@27319 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/otps/otp-parser.h')
-rw-r--r--Build/source/texk/web2c/otps/otp-parser.h26
1 files changed, 24 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/otps/otp-parser.h b/Build/source/texk/web2c/otps/otp-parser.h
index 5b282d7b966..32181a0bcb5 100644
--- a/Build/source/texk/web2c/otps/otp-parser.h
+++ b/Build/source/texk/web2c/otps/otp-parser.h
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.5.1. */
+/* A Bison parser, made by GNU Bison 2.6.2. */
/* Bison interface for Yacc-like parsers in C
@@ -30,6 +30,15 @@
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
+#ifndef YY_____________TEX_LIVE____________TEXK_WEB_C_OTPS_OTP_PARSER_H
+# define YY_____________TEX_LIVE____________TEXK_WEB_C_OTPS_OTP_PARSER_H
+/* Enabling traces. */
+#ifndef YYDEBUG
+# define YYDEBUG 0
+#endif
+#if YYDEBUG
+extern int yydebug;
+#endif
/* Tokens. */
#ifndef YYTOKENTYPE
@@ -77,7 +86,6 @@
-
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef int YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
@@ -87,4 +95,18 @@ typedef int YYSTYPE;
extern YYSTYPE yylval;
+#ifdef YYPARSE_PARAM
+#if defined __STDC__ || defined __cplusplus
+int yyparse (void *YYPARSE_PARAM);
+#else
+int yyparse ();
+#endif
+#else /* ! YYPARSE_PARAM */
+#if defined __STDC__ || defined __cplusplus
+int yyparse (void);
+#else
+int yyparse ();
+#endif
+#endif /* ! YYPARSE_PARAM */
+#endif /* !YY_____________TEX_LIVE____________TEXK_WEB_C_OTPS_OTP_PARSER_H */