Vanilla List Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VANILLA-LIST:3131] Binary portability



On Mon, May 08, 2000 at 01:12:53PM -0400, Dave Ahn wrote:
> On Sat, May 06, 2000 at 05:14:55PM -0400, Jeffrey Nowakowski wrote:
> > "Daniel Damouth" <ddamout1@san.rr.com> wrote:
> > >
> > > One thing I've notices is that compilers don't always use the same
> > > representation for booleans.
> > 
> > All the code is in C, hence no booleans.
> 
> Many C compilers support the boolean type.  Fortunately, we don't use
> booleans.

But they normally implement it as an int.
 -Tom