This commit is contained in:
Akim Demaille
2018-10-13 08:37:05 +02:00
parent 2b2556b41c
commit 4ebebcc438
2 changed files with 349 additions and 326 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.9-1e55d. */
/* A Bison parser, made by GNU Bison 3.2.2. */
/* 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:1905 */
#line 21 "src/parse-gram.y" /* yacc.c:1919 */
#include "symlist.h"
#include "symtab.h"
#line 218 "src/parse-gram.y" /* yacc.c:1905 */
#line 218 "src/parse-gram.y" /* yacc.c:1919 */
typedef enum
{
@@ -64,7 +64,7 @@ extern int gram_debug;
param_parse = 1 << 1,
param_both = param_lex | param_parse
} param_type;
#line 608 "src/parse-gram.y" /* yacc.c:1905 */
#line 612 "src/parse-gram.y" /* yacc.c:1919 */
#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:1905 */
#line 77 "src/parse-gram.h" /* yacc.c:1919 */
/* Token type. */
#ifndef GRAM_TOKENTYPE
@@ -200,7 +200,7 @@ union GRAM_STYPE
unsigned char CHAR;
/* value */
value_type value;
#line 204 "src/parse-gram.h" /* yacc.c:1905 */
#line 204 "src/parse-gram.h" /* yacc.c:1919 */
};
typedef union GRAM_STYPE GRAM_STYPE;