This commit is contained in:
Akim Demaille
2012-12-28 11:28:36 +01:00
parent d2e3c807dc
commit 0904099dd5
2 changed files with 242 additions and 484 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -48,8 +48,7 @@
extern int gram_debug; extern int gram_debug;
#endif #endif
/* "%code requires" blocks. */ /* "%code requires" blocks. */
/* Line 1930 of yacc.c */ #line 223 "src/parse-gram.y" /* yacc.c:1930 */
#line 223 "src/parse-gram.y"
# ifndef PARAM_TYPE # ifndef PARAM_TYPE
# define PARAM_TYPE # define PARAM_TYPE
@@ -63,8 +62,7 @@ extern int gram_debug;
# endif # endif
/* Line 1930 of yacc.c */ #line 66 "src/parse-gram.h" /* yacc.c:1930 */
#line 68 "src/parse-gram.h"
/* Token type. */ /* Token type. */
#ifndef GRAM_TOKENTYPE #ifndef GRAM_TOKENTYPE
@@ -190,8 +188,7 @@ extern int gram_debug;
typedef union GRAM_STYPE GRAM_STYPE; typedef union GRAM_STYPE GRAM_STYPE;
union GRAM_STYPE union GRAM_STYPE
{ {
/* Line 1930 of yacc.c */ #line 109 "src/parse-gram.y" /* yacc.c:1930 */
#line 109 "src/parse-gram.y"
assoc assoc; assoc assoc;
char *code; char *code;
@@ -203,17 +200,14 @@ union GRAM_STYPE
uniqstr uniqstr; uniqstr uniqstr;
unsigned char character; unsigned char character;
/* Line 1930 of yacc.c */ #line 247 "src/parse-gram.y" /* yacc.c:1930 */
#line 247 "src/parse-gram.y"
param_type param; param_type param;
/* Line 1930 of yacc.c */ #line 423 "src/parse-gram.y" /* yacc.c:1930 */
#line 423 "src/parse-gram.y"
code_props_type code_type; code_props_type code_type;
/* Line 1930 of yacc.c */ #line 211 "src/parse-gram.h" /* yacc.c:1930 */
#line 217 "src/parse-gram.h"
}; };
# define GRAM_STYPE_IS_TRIVIAL 1 # define GRAM_STYPE_IS_TRIVIAL 1
# define GRAM_STYPE_IS_DECLARED 1 # define GRAM_STYPE_IS_DECLARED 1