-/* 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
# 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;
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 */