]> jfr.im git - solanum.git/blobdiff - ircd/ircd_lexer.l
Use rb_* versions of nonportable string functions
[solanum.git] / ircd / ircd_lexer.l
index 7112cc30094b3a784e78507b8bc8a6c7152765b8..3d7503d9c785c90e1516c131bb20ca609f4f065e 100644 (file)
@@ -251,6 +251,6 @@ void hashcomment(void)
   if (strlen(yytext) < sizeof(INCLUDE) - 1)
     return;
 
-  if (!strncasecmp(yytext, INCLUDE, sizeof(INCLUDE) - 1))
+  if (!rb_strncasecmp(yytext, INCLUDE, sizeof(INCLUDE) - 1))
       yyerror("You probably meant '.include', skipping");
 }