diff options
Diffstat (limited to 'src/conf_parser.h')
-rw-r--r-- | src/conf_parser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conf_parser.h b/src/conf_parser.h index 3fb0d32..76a739b 100644 --- a/src/conf_parser.h +++ b/src/conf_parser.h @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 2.6.5. */ +/* A Bison parser, made by GNU Bison 2.7. */ /* Bison interface for Yacc-like parsers in C @@ -477,14 +477,14 @@ extern int yydebug; #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { -/* Line 2042 of yacc.c */ +/* Line 2058 of yacc.c */ #line 135 "conf_parser.y" int number; char *string; -/* Line 2042 of yacc.c */ +/* Line 2058 of yacc.c */ #line 489 "conf_parser.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 |