diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-11 10:54:51 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-11 10:54:51 +0000 |
commit | e13f9deabc82ad42abb8adf1ab8d416a764aeafc (patch) | |
tree | 8c931519763424688b40124363656b1af0104978 /src/conf_lexer.c | |
parent | 708699a2e7dc45fb338435387db998514e9b2de1 (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_lexer.c')
-rw-r--r-- | src/conf_lexer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_lexer.c b/src/conf_lexer.c index e7d67cd..35f2ac7 100644 --- a/src/conf_lexer.c +++ b/src/conf_lexer.c @@ -1647,7 +1647,7 @@ char *yytext; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: conf_lexer.l 1549 2012-10-01 18:11:11Z michael $ + * $Id: conf_lexer.l 1644 2012-11-06 22:20:16Z michael $ */ #line 31 "conf_lexer.l" #include "stdinc.h" |