summaryrefslogtreecommitdiff
path: root/src/conf_parser.h
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-12-18 18:06:32 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-12-18 18:06:32 +0000
commit9c880d82eb87dd736b69a076bf21964245c1bfa3 (patch)
tree40daa0ad278d1506431ca206fd7bbcd3eb9f8e7b /src/conf_parser.h
parent27b9faa69c4c804305310ea3f771457b857dfd4f (diff)
- bison 2.7 & automake 1.12.6
- Update configure.ac git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1680 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/conf_parser.h')
-rw-r--r--src/conf_parser.h6
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