1 |
< |
/* A Bison parser, made by GNU Bison 2.6.2.33-cc5a9. */ |
1 |
> |
/* A Bison parser, made by GNU Bison 2.6.5. */ |
2 |
|
|
3 |
|
/* Bison interface for Yacc-like parsers in C |
4 |
|
|
477 |
|
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED |
478 |
|
typedef union YYSTYPE |
479 |
|
{ |
480 |
< |
/* Line 2077 of yacc.c */ |
480 |
> |
/* Line 2042 of yacc.c */ |
481 |
|
#line 135 "conf_parser.y" |
482 |
|
|
483 |
|
int number; |
484 |
|
char *string; |
485 |
|
|
486 |
|
|
487 |
< |
/* Line 2077 of yacc.c */ |
487 |
> |
/* Line 2042 of yacc.c */ |
488 |
|
#line 489 "conf_parser.h" |
489 |
|
} YYSTYPE; |
490 |
|
# define YYSTYPE_IS_TRIVIAL 1 |