This commit is contained in:
Akim Demaille
2018-11-30 06:10:21 +01:00
parent b7577ea6f6
commit 060da943bd
2 changed files with 193 additions and 190 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 3.2.1.57-7965. */ /* A Bison parser, made by GNU Bison 3.2.1.64-49972. */
/* Bison interface for Yacc-like parsers in C /* Bison interface for Yacc-like parsers in C
@@ -64,7 +64,7 @@ extern int gram_debug;
param_parse = 1 << 1, param_parse = 1 << 1,
param_both = param_lex | param_parse param_both = param_lex | param_parse
} param_type; } param_type;
#line 621 "src/parse-gram.y" /* yacc.c:1918 */ #line 620 "src/parse-gram.y" /* yacc.c:1918 */
#include "muscle-tab.h" #include "muscle-tab.h"
typedef struct typedef struct
@@ -196,6 +196,8 @@ union GRAM_STYPE
uniqstr ID_COLON; uniqstr ID_COLON;
/* "<tag>" */ /* "<tag>" */
uniqstr TAG; uniqstr TAG;
/* tag.opt */
uniqstr yytype_71;
/* tag */ /* tag */
uniqstr tag; uniqstr tag;
/* variable */ /* variable */
@@ -204,7 +206,7 @@ union GRAM_STYPE
unsigned char CHAR; unsigned char CHAR;
/* value */ /* value */
value_type value; value_type value;
#line 208 "src/parse-gram.h" /* yacc.c:1918 */ #line 210 "src/parse-gram.h" /* yacc.c:1918 */
}; };
typedef union GRAM_STYPE GRAM_STYPE; typedef union GRAM_STYPE GRAM_STYPE;