I need to compile Lua 5.2 only with int numbers. Do I still see some places where double is used?
Is there a list of places to change?
Modify luaconf.h to change several macros starting at LUA_NUMBER is the type of numbers in Lua. It's not hard.
LUA_NUMBER is the type of numbers in Lua