This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] sim: dv-cfi: include stdbool.h


> > What we should do is get rid of uses of true and false, and use the
> > typical zero/nonzero values instead. I think that the blackfin header
> > and code should be cleaned up accordingly as well.
> 
> ah, this would make me sad.  would a  configure check for stdbool.h be 
> acceptable ?

But what would you do if stdbool.h is not available? Wouldn't that
complicate the code in the end?

-- 
Joel


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