summaryrefslogtreecommitdiff
path: root/src/parse-gram.h
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2012-02-19 10:22:51 +0100
committerAkim Demaille <demaille@gostai.com>2012-02-19 10:22:51 +0100
commitf95faa25ae175d259c3c3623fc67ab5bd15b5035 (patch)
tree45f75d6a83087f11bc08f6612e757bb36ef4accd /src/parse-gram.h
parentbd65f25570a90fe248b7b9ddb59a0d05ea7c79d6 (diff)
downloadbison-f95faa25ae175d259c3c3623fc67ab5bd15b5035.tar.gz
regen.
* src/parse-gram.c, src/parse-gram.h: Regen.
Diffstat (limited to 'src/parse-gram.h')
-rw-r--r--src/parse-gram.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/parse-gram.h b/src/parse-gram.h
index 0ddca48d..e8883ac7 100644
--- a/src/parse-gram.h
+++ b/src/parse-gram.h
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.4.1.302-e8fa. */
+/* A Bison parser, made by GNU Bison 2.5.53-c925. */
/* Bison interface for Yacc-like parsers in C
@@ -160,7 +160,7 @@
typedef union YYSTYPE
{
-/* Line 2068 of yacc.c */
+/* Line 2069 of yacc.c */
#line 113 "parse-gram.y"
symbol *symbol;
@@ -175,8 +175,8 @@ typedef union YYSTYPE
-/* Line 2068 of yacc.c */
-#line 180 "parse-gram.h"
+/* Line 2069 of yacc.c */
+#line 180 "../../../src/parse-gram.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */