1 |
< |
/* A Bison parser, made by GNU Bison 2.6. */ |
1 |
> |
/* A Bison parser, made by GNU Bison 2.6.1. */ |
2 |
|
|
3 |
|
/* Bison interface for Yacc-like parsers in C |
4 |
|
|
533 |
|
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED |
534 |
|
typedef union YYSTYPE |
535 |
|
{ |
536 |
< |
|
537 |
< |
/* Line 2050 of yacc.c */ |
536 |
> |
/* Line 2049 of yacc.c */ |
537 |
|
#line 110 "conf_parser.y" |
538 |
|
|
539 |
|
int number; |
540 |
|
char *string; |
541 |
|
|
542 |
|
|
543 |
< |
|
544 |
< |
/* Line 2050 of yacc.c */ |
546 |
< |
#line 547 "conf_parser.h" |
543 |
> |
/* Line 2049 of yacc.c */ |
544 |
> |
#line 545 "conf_parser.h" |
545 |
|
} YYSTYPE; |
546 |
|
# define YYSTYPE_IS_TRIVIAL 1 |
547 |
|
# define yystype YYSTYPE /* obsolescent; will be withdrawn */ |