bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regcomp.c Windows warning


From: Paul Eggert
Subject: Re: regcomp.c Windows warning
Date: Wed, 21 Sep 2005 14:15:41 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Derek Price <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]