bash$ gcc  -dumpversion
egcs-2.91.66

On Tue, 9 Apr 2002, Jason Gauthier wrote:

> What compiler are you using?
> 
> I've seen this happen with gcc-3.x on some platforms.
> I changed the bool to an int.
> 
> You should be able to do that with no adverse affects.
> And that's because TRUE is 1, and FALSE is 0.
> 
> (bool might actually be typdef'd to an int)
> 
> 


Reply via email to