[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: various warnings in 5.1.4 and 5.2.0-work4 with icc/msvc64/splint
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 28 Oct 2010 09:30:16 -0200
> > On Tue, Oct 26, 2010 at 8:01 AM, Roberto Ierusalimschy
> > <roberto@inf.puc-rio.br> wrote:
> > >> http://msdn.microsoft.com/en-us/library/ke55d167(v=VS.100).aspx ....
> > > They really could not care less for portability...
> >
> > I guess you mean the i64 thing [1], with the only recent addition of
> > C99 stdint.h (but not inttypes.h) [2-3].
>
> I mean that they assume that code for 64-bit machines is not intended to
> run on 32-bit machines.
(Yes, this the [1] you sent; I mixed it up with [2-3]...)
-- Roberto