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) > -----Original Message----- > From: wkwok [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 09, 2002 10:09 PM > To: Jason Gauthier > Cc: '[email protected]' > Subject: RE: making a bool > > > I am including stdio.h > if it's a "keyword" like you said wouldn't it be part of the language? > how would i typedef it? > > what would i typedef it as? > > not trying to seem rude if i do i just don't understand >

