]> 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 a173c87c44da8d121df5063b939e307cb8d9e949..a7d50b58993f90d2f537d8c701f8333566ed1f2a 100644 (file)
@@ -1,8 +1,8 @@
-/* A Bison parser, made by GNU Bison 2.7.980-6f0a6-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,8 +48,7 @@
 extern int gram_debug;
 #endif
 /* "%code requires" blocks.  */
-/* Line 1930 of yacc.c  */
-#line 223 "src/parse-gram.y"
+#line 219 "src/parse-gram.y" /* yacc.c:1932  */
 
 # ifndef PARAM_TYPE
 #  define PARAM_TYPE
@@ -63,8 +62,7 @@ extern int gram_debug;
 # endif
 
 
-/* Line 1930 of yacc.c  */
-#line 68 "src/parse-gram.h"
+#line 66 "src/parse-gram.h" /* yacc.c:1932  */
 
 /* Token type.  */
 #ifndef GRAM_TOKENTYPE
@@ -190,8 +188,7 @@ extern int gram_debug;
 typedef union GRAM_STYPE GRAM_STYPE;
 union GRAM_STYPE
 {
-/* Line 1930 of yacc.c  */
-#line 109 "src/parse-gram.y"
+#line 105 "src/parse-gram.y" /* yacc.c:1932  */
 
   assoc assoc;
   char *code;
@@ -203,17 +200,14 @@ union GRAM_STYPE
   uniqstr uniqstr;
   unsigned char character;
 
-/* Line 1930 of yacc.c  */
-#line 247 "src/parse-gram.y"
+#line 243 "src/parse-gram.y" /* yacc.c:1932  */
 
   param_type param;
 
-/* Line 1930 of yacc.c  */
-#line 423 "src/parse-gram.y"
+#line 419 "src/parse-gram.y" /* yacc.c:1932  */
 code_props_type code_type;
 
-/* Line 1930 of yacc.c  */
-#line 217 "src/parse-gram.h"
+#line 211 "src/parse-gram.h" /* yacc.c:1932  */
 };
 # define GRAM_STYPE_IS_TRIVIAL 1
 # define GRAM_STYPE_IS_DECLARED 1