-/* A Bison parser, made by GNU Bison 2.7.987-a2db-dirty. */
+/* A Bison parser, made by GNU Bison 2.7.1087-c21e-dirty. */
/* 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
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
# endif
-#line 66 "src/parse-gram.h" /* yacc.c:1930 */
+#line 66 "src/parse-gram.h" /* yacc.c:1932 */
/* Token type. */
#ifndef GRAM_TOKENTYPE
TAG_ANY = 308,
TAG_NONE = 309,
PERCENT_PARAM = 310,
- PERCENT_UNION = 311
+ PERCENT_UNION = 311,
+ PERCENT_EMPTY = 312
};
#endif
/* Tokens. */
#define TAG_NONE 309
#define PERCENT_PARAM 310
#define PERCENT_UNION 311
+#define PERCENT_EMPTY 312
/* Value type. */
#if ! defined GRAM_STYPE && ! defined GRAM_STYPE_IS_DECLARED
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;
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 213 "src/parse-gram.h" /* yacc.c:1932 */
};
# define GRAM_STYPE_IS_TRIVIAL 1
# define GRAM_STYPE_IS_DECLARED 1