1 |
< |
/* A Bison parser, made by GNU Bison 2.7. */ |
1 |
> |
/* A Bison parser, made by GNU Bison 2.7.12-4996. */ |
2 |
|
|
3 |
|
/* Bison interface for Yacc-like parsers in C |
4 |
|
|
5 |
< |
Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc. |
5 |
> |
Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc. |
6 |
|
|
7 |
|
This program is free software: you can redistribute it and/or modify |
8 |
|
it under the terms of the GNU General Public License as published by |
493 |
|
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED |
494 |
|
typedef union YYSTYPE |
495 |
|
{ |
496 |
< |
/* Line 2058 of yacc.c */ |
496 |
> |
/* Line 2053 of yacc.c */ |
497 |
|
#line 138 "conf_parser.y" |
498 |
|
|
499 |
|
int number; |
500 |
|
char *string; |
501 |
|
|
502 |
|
|
503 |
< |
/* Line 2058 of yacc.c */ |
503 |
> |
/* Line 2053 of yacc.c */ |
504 |
|
#line 505 "conf_parser.h" |
505 |
|
} YYSTYPE; |
506 |
|
# define YYSTYPE_IS_TRIVIAL 1 |