lua-users home
lua-l archive

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


> On Thu, Oct 23, 2014 at 9:09 AM, Roberto Ierusalimschy
> <roberto@inf.puc-rio.br> wrote:
> > * ANSI mode turns off 64 bits (as 'long long' is not ANSI)
> 
> On my machine sizeof(long) == 8 (x86-64 Arch Linux w/ `make ansi`), so
> Lua is still compiled 64-bit.

You are right.

-- Roberto