]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/ircd_lexer.l
Remove dot_in_ip6_addr config option.
[irc/rqf/shadowircd.git] / src / ircd_lexer.l
index bec3bc7a35dbb6e1144ef4ad9c32fd17792c5795..4cd7e793852e3d16d0e0604ea1029566654f2ea9 100644 (file)
@@ -15,7 +15,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- * $Id: ircd_lexer.l 6 2005-09-10 01:02:21Z nenolod $
+ * $Id: ircd_lexer.l 3540 2007-07-30 17:26:00Z jilles $
  */
 
 %option case-insensitive
@@ -177,6 +177,7 @@ void ccomment()
           while ((c = input()) == '*');
           if (c == '/') 
             break;
+          if (c == '\n') ++lineno;
         }
       if (c == EOF)
         {