This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: (patch) ANSIfy cp/dump.c
- From: Nathanael Nerode <neroden at twcny dot rr dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 23 Jan 2003 19:36:27 -0500
- Subject: Re: (patch) ANSIfy cp/dump.c
Gaby said:
>This function actually returns a boolean value. Please change its
>return type to bool and use "true" instead of "1". Modulo that
>change, it is OK.
Sorry, I can't do that; it opened up a whole can of worms because that
function is a langhook and the generic interfaces became unhappy.
Committing original version.
--Nathanael