This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: stdbool.h should be compatible with C++
- To: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Subject: Re: Patch: stdbool.h should be compatible with C++
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 04 Jan 2000 02:46:24 -0700
- cc: martin at xemacs dot org, bug-gcc at gnu dot org, gcc-patches at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <199912052055.VAA18852@loewis.home.cs.tu-berlin.de>you write:
> > The following program:
> >
> > ----------------------------
> > #include <stdbool.h>
> > bool foo;
> > ----------------------------
> >
> > could, with a little care, compile under C and C++.
>
> Thanks for the proposal. Here is a patch for the mainline compiler.
>
> 1999-12-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
>
> * ginclude/stdbool.h: Support compilation as C++.
This is fine. Please install this change.
Thanks,
jeff