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-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to