Vanilla List Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VANILLA-LIST:3131] Binary portability
----- Original Message -----
From: "Tom Holub" <doosh@best.com>
> 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.
Microsoft doesn't, which was the entire point of my message.
-Dan