mirror of
https://github.com/lua/lua.git
synced 2026-07-01 11:39:14 +00:00
Some places don't need the "fast path" macro tointegerns, either because speed is not essential (lcode.c) or because the value is not supposed to be an integer already (luaV_equalobj and luaG_tointerror). Moreover, luaV_equalobj should always use F2Ieq, even if Lua is compiled to "round to floor".
50 KiB
50 KiB