REPENTOGON
REPENTOGON copied to clipboard
Adjust lua_Integer to use a 64 bit value.
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.