|
Hi Folks, Why use 'long long' instead of int64_t for lua_Integer? The 5.3 manual is still referring ptrdiff_t for lua_Integer, in section 4.8 [1]. It should be defined as 'long long' there, right? [1] http://www.lua.org/work/doc/manual.html#4.8 Regards, -- Lourival Vieira Neto