This commit is contained in:
Akim Demaille
2018-12-09 08:34:11 +01:00
parent 17730b0287
commit 1e6a68858a
2 changed files with 258 additions and 272 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.100-30b99-dirty. */
/* A Bison parser, made by GNU Bison 3.2.1.94-fe97. */
/* Bison interface for Yacc-like parsers in C
@@ -51,11 +51,11 @@
extern int gram_debug;
#endif
/* "%code requires" blocks. */
#line 21 "src/parse-gram.y" /* yacc.c:1918 */
#line 21 "src/parse-gram.y" /* yacc.c:1917 */
#include "symlist.h"
#include "symtab.h"
#line 218 "src/parse-gram.y" /* yacc.c:1918 */
#line 218 "src/parse-gram.y" /* yacc.c:1917 */
typedef enum
{
@@ -64,7 +64,7 @@ extern int gram_debug;
param_parse = 1 << 1,
param_both = param_lex | param_parse
} param_type;
#line 620 "src/parse-gram.y" /* yacc.c:1918 */
#line 606 "src/parse-gram.y" /* yacc.c:1917 */
#include "muscle-tab.h"
typedef struct
@@ -73,7 +73,7 @@ extern int gram_debug;
muscle_kind kind;
} value_type;
#line 77 "src/parse-gram.h" /* yacc.c:1918 */
#line 77 "src/parse-gram.h" /* yacc.c:1917 */
/* Token type. */
#ifndef GRAM_TOKENTYPE
@@ -206,7 +206,7 @@ union GRAM_STYPE
unsigned char CHAR;
/* value */
value_type value;
#line 210 "src/parse-gram.h" /* yacc.c:1918 */
#line 210 "src/parse-gram.h" /* yacc.c:1917 */
};
typedef union GRAM_STYPE GRAM_STYPE;