From: michael Date: Thu, 4 Jun 2015 10:42:33 +0000 (+0000) Subject: - Re-built lexer file X-Git-Tag: 1.1.0beta1~64 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=71891bcc5a90153dd9273a0f2d16b321afc5173d;p=hopm.git - Re-built lexer file git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6038 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/src/config-lexer.c b/src/config-lexer.c index 6f81fcb..4e49946 100644 --- a/src/config-lexer.c +++ b/src/config-lexer.c @@ -2580,6 +2580,8 @@ void ccomment(void) { while ((c = input()) == '*'); if (c == '/') break; + else if (c == '\n') + ++linenum; } if (c == EOF) {