lua-users home
lua-l archive

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


> The only change in Lua 5.2.1 provided in LuaCSP repo is the usage of float for LUA_NUMBER.
> Moreover, this is a separate complaint: simple substitution double -> float for LUA_NUMBER spawns many
> errors and warnings in MSVC 2010. This wasn't that bad for Lua 5.1. I was forced to fix all the issues myself.

Could you please share your changes in the Lua source code and the
errors and warnings in MSVC 2010?