summaryrefslogtreecommitdiff
path: root/server/util_expr_parse.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-10-10 20:44:40 +0000
committerStefan Fritsch <sf@apache.org>2011-10-10 20:44:40 +0000
commitf6982bf4c582b32e0e88602b5b92e755ec505c03 (patch)
treef98772064903eaefdfc4ee94c204c56c196d0e8c /server/util_expr_parse.h
parentf64bd9fc9bc60d46bc258dc08d512279a306a78d (diff)
downloadhttpd-f6982bf4c582b32e0e88602b5b92e755ec505c03.tar.gz
Update autogenerated code. Now generated with bison 2.5 instead of 2.4.1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1181231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util_expr_parse.h')
-rw-r--r--server/util_expr_parse.h24
1 files changed, 11 insertions, 13 deletions
diff --git a/server/util_expr_parse.h b/server/util_expr_parse.h
index d9c8f9c5e7..8540ec6e2d 100644
--- a/server/util_expr_parse.h
+++ b/server/util_expr_parse.h
@@ -1,21 +1,19 @@
+/* A Bison parser, made by GNU Bison 2.5. */
-/* A Bison parser, made by GNU Bison 2.4.1. */
-
-/* Skeleton interface for Bison's Yacc-like parsers in C
-
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
- Free Software Foundation, Inc.
-
+/* Bison interface for Yacc-like parsers in C
+
+ 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
@@ -28,7 +26,7 @@
special exception, which will cause the skeleton and the resulting
Bison output files to be licensed under the GNU General Public
License without this special exception.
-
+
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
@@ -84,7 +82,7 @@
typedef union YYSTYPE
{
-/* Line 1676 of yacc.c */
+/* Line 2068 of yacc.c */
#line 35 "util_expr_parse.y"
char *cpVal;
@@ -93,8 +91,8 @@ typedef union YYSTYPE
-/* Line 1676 of yacc.c */
-#line 98 "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 */