diff options
Diffstat (limited to 'src/conf_parser.h')
-rw-r--r-- | src/conf_parser.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/conf_parser.h b/src/conf_parser.h index 89bb943..ca2f469 100644 --- a/src/conf_parser.h +++ b/src/conf_parser.h @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 2.6.2. */ +/* A Bison parser, made by GNU Bison 2.6.2.33-cc5a9. */ /* Bison interface for Yacc-like parsers in C @@ -30,8 +30,8 @@ This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ -#ifndef YY_Y_TAB_H -# define YY_Y_TAB_H +#ifndef YY_YY_Y_TAB_H_INCLUDED +# define YY_YY_Y_TAB_H_INCLUDED /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 @@ -479,14 +479,14 @@ extern int yydebug; #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { -/* Line 2049 of yacc.c */ +/* Line 2077 of yacc.c */ #line 110 "conf_parser.y" int number; char *string; -/* Line 2049 of yacc.c */ +/* Line 2077 of yacc.c */ #line 491 "conf_parser.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 @@ -510,4 +510,4 @@ int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ -#endif /* !YY_Y_TAB_H */ +#endif /* !YY_YY_Y_TAB_H_INCLUDED */ |