Remove los.c and lmath.c, and put their functions in the bundled Lua source
This commit is contained in:
parent
05bdda5d05
commit
f2ff542bcb
6 changed files with 61 additions and 107 deletions
|
@ -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 *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue