summaryrefslogtreecommitdiff
path: root/src/conf_parser.h
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-11 10:54:51 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-11 10:54:51 +0000
commite13f9deabc82ad42abb8adf1ab8d416a764aeafc (patch)
tree8c931519763424688b40124363656b1af0104978 /src/conf_parser.h
parent708699a2e7dc45fb338435387db998514e9b2de1 (diff)
- Fixed class blocks not getting default values set properly
- bison 2.6.5 git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1651 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 058c153..3fb0d32 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.33-cc5a9. */
+/* A Bison parser, made by GNU Bison 2.6.5. */
/* 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 2077 of yacc.c */
+/* Line 2042 of yacc.c */
#line 135 "conf_parser.y"
int number;
char *string;
-/* Line 2077 of yacc.c */
+/* Line 2042 of yacc.c */
#line 489 "conf_parser.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1