-
The exact same function is implemented as luaL_dofile() in Lua 5.1, there seems to be no reason to use our project-specific macro for it. https://www.lua.org/manual/5.1/manual.html#luaL_dofile
The exact same function is implemented as luaL_dofile() in Lua 5.1, there seems to be no reason to use our project-specific macro for it. https://www.lua.org/manual/5.1/manual.html#luaL_dofile
Loading