summaryrefslogtreecommitdiff
path: root/src/parse-gram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse-gram.h')
-rw-r--r--src/parse-gram.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/parse-gram.h b/src/parse-gram.h
index cb09e6ef..f2eb45d1 100644
--- a/src/parse-gram.h
+++ b/src/parse-gram.h
@@ -1,9 +1,8 @@
-/* A Bison parser, made by GNU Bison 2.4.1.252-dcd39. */
+/* A Bison parser, made by GNU Bison 2.4.1.259-f52e1. */
/* Skeleton interface for Bison's Yacc-like parsers in C
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- 2007, 2008, 2009, 2010 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
@@ -162,7 +161,7 @@ typedef union YYSTYPE
{
/* Line 2068 of yacc.c */
-#line 95 "parse-gram.y"
+#line 94 "parse-gram.y"
symbol *symbol;
symbol_list *list;
@@ -177,7 +176,7 @@ typedef union YYSTYPE
/* Line 2068 of yacc.c */
-#line 181 "parse-gram.h"
+#line 180 "parse-gram.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */