Remove los.c and lmath.c, and put their functions in the bundled Lua source

This commit is contained in:
Jeremy Baxter 2023-07-09 16:18:10 +12:00
parent 05bdda5d05
commit f2ff542bcb
6 changed files with 61 additions and 107 deletions

View file

@ -32,8 +32,6 @@ int luaopen_environ(lua_State *);
int luaopen_extra(lua_State *);
int luaopen_file(lua_State *);
int luaopen_json(lua_State *);
int luaopen_math(lua_State *);
int luaopen_os(lua_State *);
int luaopen_process(lua_State *);
int luaopen_socket(lua_State *);