At least on Windows, where I guess strcasecmp is not declared in <string.h>, compiling regex.c elicits the following warning:
lib\regcomp.c(852) : warning C4013: 'strcasecmp' undefined; assuming extern returning int I assume that, since "strcase.h" provides a prototype for strcasecmp, other systems have a similar problem and regcomp.c should probably be #including "strcase.h". Regards, Derek -- Derek R. Price CVS Solutions Architect Ximbiot <http://ximbiot.com> v: +1 717.579.6168 f: +1 717.234.3125 <mailto:[EMAIL PROTECTED]> _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
