On Sun, 20 Dec 1998, christ wrote:
> >(going quite well and faster that I expected).  Is there a "bool.h" file =
> >somewhere in Linux?  Or some substition of it.  On SCO it contains =
> >things like TRUE 1  FALSE 0.  I know that I can just define those =
> >myself, but I want to keep everything as legit as possible.
> 
> if you got it (and i don't, now, but did in redhat 4.2), you can find it
> in
> #include <g++/bool.h>

   I think he's more interested in something like
#ifndef TRUE
#define TRUE 1
#endif
   rather then force this utterly useless portability problem upon
himself.  

   Adam

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to