diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-19 19:19:46 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-19 19:19:46 +0000 |
commit | d014cc6c4d39b7ff37a5bfb4640c1af3a87df699 (patch) | |
tree | 775a7b6ae19111d7d4c8d8a0453642fec3c122ce /src/conf_parser.h | |
parent | f27e1d9b7ee2cbd16bbdadf35872ef39f0527aac (diff) |
- bison 2.7.1
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1833 82007160-df01-0410-b94d-b575c5fd34c7
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 |