lua-users home
lua-l archive

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


> May I suggest you use long double as lua_integer, which should handle
> 64-bit integer without problem, and less prone to error.

Yes, but the "__int64" type seems to indicate that a Microsoft
compiler is used, and that compiler considers "long double" to be 64
bits long just like regular "double" ;-(