Lua 5.2 with only integers

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?

+5
source share
1 answer

Modify luaconf.h to change several macros starting at LUA_NUMBER is the type of numbers in Lua. It's not hard.

+6
source

All Articles