Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Lua 5.2 を int 数値のみでコンパイルする必要があります。double が使用されている場所がまだいくつかありますか?
変更する場所のリストはありますか?
luaconf.hを編集して、 から始まるいくつかのマクロを変更しますLUA_NUMBER is the type of numbers in Lua。複雑ではありません。
LUA_NUMBER is the type of numbers in Lua