lua-users home
lua-l archive

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


That's my question:

Lua 5.2.0 (alpha)  Copyright (C) 1994-2010 Lua.org, PUC-Rio
> a, b = 9223372036854775807, -9223372036854775808
> print(a, b)
9.2233720368548e+018    -9.2233720368548e+018
>


and I have defined LUA_INTEGER __int64

#define LUA_INTEGER	__int64//ptrdiff_t