This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: make, make bootstrap, bool & gcc 2.95
On Fri, Sep 20, 2002 at 09:48:06AM +0100, Joseph S. Myers wrote:
> The problem would be that though 2.95 doesn't have _Bool it has a broken
> and incompatible <stdbool.h>. I suggest removing the HAVE_STDBOOL_H test
> in system.h and not using <stdbool.h> at all: system.h defines "bool",
> "true" and "false" the same way as any C99 <stdbool.h> will. I.e.
> (untested and the configure test for <stdbool.h> should be removed as
> well):
This seems like a reasonable solution.
r~