diff options
Diffstat (limited to 'src/conf_parser.h')
-rw-r--r-- | src/conf_parser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conf_parser.h b/src/conf_parser.h index 8189469..a8d45f6 100644 --- a/src/conf_parser.h +++ b/src/conf_parser.h @@ -1,8 +1,8 @@ -/* A Bison parser, made by GNU Bison 2.7. */ +/* A Bison parser, made by GNU Bison 2.7.12-4996. */ /* Bison interface for Yacc-like parsers in C - Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc. + Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -493,14 +493,14 @@ extern int yydebug; #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { -/* Line 2058 of yacc.c */ +/* Line 2053 of yacc.c */ #line 138 "conf_parser.y" int number; char *string; -/* Line 2058 of yacc.c */ +/* Line 2053 of yacc.c */ #line 505 "conf_parser.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 |