Commit 885c9c1e authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

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
parent e6abbc04
Loading
Loading
Loading
Loading
+483 −426

File changed.

Preview size limit exceeded, changes collapsed.

+11 −13
Original line number Diff line number Diff line
/* A Bison parser, made by GNU Bison 2.5.  */

/* A Bison parser, made by GNU Bison 2.4.1.  */
/* Bison interface for Yacc-like parsers in C
   
/* 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.
      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
@@ -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 */
+25 −25

File changed.

Contains only whitespace changes.