]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
Keep sub-messages aligned. Fix strings for translation.
[bison.git] / src / parse-gram.h
index f4dff147d1e42333cc5e6d4a489bc5ef8da122c7..7fcaa05fea16292db5cb774f0591c81d5c077f3f 100644 (file)
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.4.403-43f2.  */
+/* A Bison parser, made by GNU Bison 2.4.404-c6ab.  */
 
 /* Interface for Bison's Yacc-like parsers in C
 
    This special exception was added by the Free Software Foundation in
    version 2.2 of Bison.  */
 /* "%code requires" blocks.  */
-/* Line 1608 of yacc.c  */
+/* Line 1616 of yacc.c  */
 #line 201 "src/parse-gram.y"
 
 # ifndef PARAM_TYPE
 #  define PARAM_TYPE
   typedef enum
   {
+    param_none   = 0,
     param_lex    = 1 << 0,
     param_parse  = 1 << 1,
     param_both   = param_lex | param_parse
@@ -45,8 +46,8 @@
 # endif
 
 
-/* Line 1608 of yacc.c  */
-#line 50 "src/parse-gram.h"
+/* Line 1616 of yacc.c  */
+#line 51 "src/parse-gram.h"
 
 /* Tokens.  */
 #ifndef YYTOKENTYPE
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
 {
-/* Line 1608 of yacc.c  */
+/* Line 1616 of yacc.c  */
 #line 88 "src/parse-gram.y"
 
   assoc assoc;
@@ -185,14 +186,14 @@ typedef union YYSTYPE
   uniqstr uniqstr;
   unsigned char character;
 
-/* Line 1608 of yacc.c  */
-#line 223 "src/parse-gram.y"
+/* Line 1616 of yacc.c  */
+#line 225 "src/parse-gram.y"
 
   param_type param;
 
 
-/* Line 1608 of yacc.c  */
-#line 196 "src/parse-gram.h"
+/* Line 1616 of yacc.c  */
+#line 197 "src/parse-gram.h"
 } YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */