[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: integer overflow 32/64bit
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 10 Jun 2009 13:43:57 -0300
> Also: Is there any way to figure that out (e.g. what is the value of
> LUA_INTFRMLEN) from within a plain lua script?
if (('%d'):format(4095*2^40) == -2147483648) then ... :)
-- Roberto