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]
Other format: [Raw text]

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


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