Rename callistoopen_* functions to luaopen_*
This commit is contained in:
parent
6918a0de04
commit
941722cb01
11 changed files with 27 additions and 27 deletions
2
lmath.c
2
lmath.c
|
@ -41,7 +41,7 @@ static const luaL_Reg mathlib[] = {
|
|||
};
|
||||
|
||||
int
|
||||
callistoopen_math(lua_State *L)
|
||||
luaopen_math(lua_State *L)
|
||||
{
|
||||
newoverride(L, mathlib, CALLISTO_MATHLIBNAME);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue