标签: lua
我只需要用int数编译Lua 5.2。我仍然看到一些使用双重的地方?
是否有要更改的地方列表?
答案 0 :(得分:7)
修改luaconf.h以从LUA_NUMBER is the type of numbers in Lua开始更改多个宏。这并不复杂。
LUA_NUMBER is the type of numbers in Lua