]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
doc: use @group to improve page breaking
[bison.git] / src / parse-gram.h
index a33a10b039b69ee7e928342e9d20953c7d306d9e..a7d50b58993f90d2f537d8c701f8333566ed1f2a 100644 (file)
@@ -1,8 +1,8 @@
-/* A Bison parser, made by GNU Bison 2.7.987-a2db-dirty.  */
+/* A Bison parser, made by GNU Bison 2.7.1081-93af.  */
 
 /* Bison interface for Yacc-like parsers in C
 
-   Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989-1990, 2000-2013 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
@@ -48,7 +48,7 @@
 extern int gram_debug;
 #endif
 /* "%code requires" blocks.  */
-#line 223 "src/parse-gram.y" /* yacc.c:1930  */
+#line 219 "src/parse-gram.y" /* yacc.c:1932  */
 
 # ifndef PARAM_TYPE
 #  define PARAM_TYPE
@@ -62,7 +62,7 @@ extern int gram_debug;
 # endif
 
 
-#line 66 "src/parse-gram.h" /* yacc.c:1930  */
+#line 66 "src/parse-gram.h" /* yacc.c:1932  */
 
 /* Token type.  */
 #ifndef GRAM_TOKENTYPE
@@ -188,7 +188,7 @@ extern int gram_debug;
 typedef union GRAM_STYPE GRAM_STYPE;
 union GRAM_STYPE
 {
-#line 109 "src/parse-gram.y" /* yacc.c:1930  */
+#line 105 "src/parse-gram.y" /* yacc.c:1932  */
 
   assoc assoc;
   char *code;
@@ -200,14 +200,14 @@ union GRAM_STYPE
   uniqstr uniqstr;
   unsigned char character;
 
-#line 247 "src/parse-gram.y" /* yacc.c:1930  */
+#line 243 "src/parse-gram.y" /* yacc.c:1932  */
 
   param_type param;
 
-#line 423 "src/parse-gram.y" /* yacc.c:1930  */
+#line 419 "src/parse-gram.y" /* yacc.c:1932  */
 code_props_type code_type;
 
-#line 211 "src/parse-gram.h" /* yacc.c:1930  */
+#line 211 "src/parse-gram.h" /* yacc.c:1932  */
 };
 # define GRAM_STYPE_IS_TRIVIAL 1
 # define GRAM_STYPE_IS_DECLARED 1