From: michael Date: Thu, 4 Jun 2015 10:42:55 +0000 (+0000) Subject: - Re-built lexer file X-Git-Tag: 1.0.7~12 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=2ffad46f424efaf9293fd21dd7f5f8799e74c556;p=hopm.git - Re-built lexer file git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6039 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) {