bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: grep 2.5e - two patches


From: Paul Eggert
Subject: Re: grep 2.5e - two patches
Date: Sat, 17 Mar 2001 12:55:46 -0800 (PST)

> From: "Uwe H. Steinfeld" <address@hidden>
> Date: Sat, 17 Mar 2001 12:17:08 +0100
> 
>     * lib/quotearg.c: define mbstate_t if we don't HAVE_MBRTOWC

This shouldn't be needed.  config.h should "#define mbstate_t int"
if the system doesn't have mbstate_t.

>     * lib/strtol.c: define CHAR_BIT if it is not already defined

Hmmm, I see that glibc strtol.c doesn't have any of that code.

Perhaps CHAR_BIT, LONG_LONG_MIN, etc. should be autoconfigured for
ancient hosts that lack them?  That would save the hassle of every
Tom, Dick and Harry having to define them.



reply via email to

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