summaryrefslogtreecommitdiff
path: root/server/util_expr_parse.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2014-12-08 19:46:53 +0000
committerYann Ylavic <ylavic@apache.org>2014-12-08 19:46:53 +0000
commit3415691b45c46c358163f2d04a50ec40d1590e61 (patch)
tree57305cf43a354e6f7b702f318f63760cdb353d9f /server/util_expr_parse.h
parentbfdb0ece3eaa662b6dc171c308b49bf89eb5238e (diff)
downloadhttpd-3415691b45c46c358163f2d04a50ec40d1590e61.tar.gz
util_expr: sync bison generated source files with
server/util_expr_parse.y from r1642154. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1643900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util_expr_parse.h')
-rw-r--r--server/util_expr_parse.h37
1 files changed, 9 insertions, 28 deletions
diff --git a/server/util_expr_parse.h b/server/util_expr_parse.h
index 21b0ffba56..8540ec6e2d 100644
--- a/server/util_expr_parse.h
+++ b/server/util_expr_parse.h
@@ -1,8 +1,8 @@
-/* A Bison parser, made by GNU Bison 2.7.12-4996. */
+/* A Bison parser, made by GNU Bison 2.5. */
/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,15 +30,6 @@
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
-#ifndef YY_AP_EXPR_YY_UTIL_EXPR_PARSE_H_INCLUDED
-# define YY_AP_EXPR_YY_UTIL_EXPR_PARSE_H_INCLUDED
-/* Enabling traces. */
-#ifndef YYDEBUG
-# define YYDEBUG 0
-#endif
-#if YYDEBUG
-extern int ap_expr_yydebug;
-#endif
/* Tokens. */
#ifndef YYTOKENTYPE
@@ -86,10 +77,12 @@ extern int ap_expr_yydebug;
#endif
+
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
-/* Line 2053 of yacc.c */
+
+/* Line 2068 of yacc.c */
#line 35 "util_expr_parse.y"
char *cpVal;
@@ -97,8 +90,9 @@ typedef union YYSTYPE
int num;
-/* Line 2053 of yacc.c */
-#line 102 "util_expr_parse.h"
+
+/* Line 2068 of yacc.c */
+#line 96 "util_expr_parse.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -106,18 +100,5 @@ typedef union YYSTYPE
#endif
-#ifdef YYPARSE_PARAM
-#if defined __STDC__ || defined __cplusplus
-int ap_expr_yyparse (void *YYPARSE_PARAM);
-#else
-int ap_expr_yyparse ();
-#endif
-#else /* ! YYPARSE_PARAM */
-#if defined __STDC__ || defined __cplusplus
-int ap_expr_yyparse (ap_expr_parse_ctx_t *ctx);
-#else
-int ap_expr_yyparse ();
-#endif
-#endif /* ! YYPARSE_PARAM */
-#endif /* !YY_AP_EXPR_YY_UTIL_EXPR_PARSE_H_INCLUDED */
+