Derek Price <[EMAIL PROTECTED]> writes: > 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".
Yes. I'm preparing a patch to do that, except it'll be in regex_internal.h since it's the file that includes <string.h>. I'm planning to add this: #ifndef _LIBC # include "strcase.h" #endif and modify the module file accordingly. There's some other gnulib changes coming too; it's part of the merge from coreutils. _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
