This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Alternate booleans patch


On Tue, Feb 27, 2001 at 10:15:48PM -0800, Zack Weinberg wrote:
> It also provides us with a universal definition of a 'bool' type,
> which is the C99 _Bool if available.

Ok for mainline.  Thanks.

I see Fergus found one mistake (which I missed in reading the patch).
It appears that that is the only instance of the old variable being
an integer, and thus the new define being readily substitutable, which
limits the likelyhood of there being too many others.

But it wouldn't hurt to check an (n+1)th time.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]