REPENTOGON icon indicating copy to clipboard operation
REPENTOGON copied to clipboard

Adjust lua_Integer to use a 64 bit value.

Open namishere opened this issue 1 year ago • 0 comments

LuaJIT appears to have integer support already, but it uses a 32 bit value. In a configuration header, a comment notes that changing the value of lua_Integer would break 5.1 spec. Too bad! We are explicitly trying to be as close to 5.3 as possible, including its use of 64 bit integers.

namishere avatar Feb 03 '24 21:02 namishere