Ingo Schwarze wrote: > Hi Michael, > > Michael McConville wrote on Fri, Jan 29, 2016 at 11:33:50AM -0500: > > > Does this make sense? > > We usually don't use bool, it is pointless. > > I'd say leave the type as int, just delete the silly macros, > and use 0 and 1 directly.
To throw in my vote, I happen to like bool/true/false, but if we don't use them consistently, then sticking with int/1/0 is probably best. And rototilling the whole src is a bad idea.
