lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> > 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