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: Patch for automaton based pipeline hazard recognizer (part #2).


On Tue, 20 Feb 2001, Bernd Schmidt wrote:

> > /* Standard designators for true and false values. */
> > #define FALSE 0
> > #define TRUE  1
> 
> I'm no big fan of these either, and I believe we generally use 0 and 1 in
> the rest of the gcc sources.

In that case, shouldn't the definitions of these in config/*/*.h go, and
all uses be changed?

If there's agreement on that, I'll submit corresponding patches for
codingconventions.html and projects/beginner.html.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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