|
|
|
@ -474,7 +474,7 @@ static const luaL_Reg base_funcs[] = {
@@ -474,7 +474,7 @@ static const luaL_Reg base_funcs[] = {
|
|
|
|
|
// {"rawget", luaB_rawget},
|
|
|
|
|
// {"rawset", luaB_rawset},
|
|
|
|
|
// {"select", luaB_select},
|
|
|
|
|
// {"setmetatable", luaB_setmetatable},
|
|
|
|
|
{"setmetatable", luaB_setmetatable}, |
|
|
|
|
{"tonumber", luaB_tonumber}, |
|
|
|
|
{"tostring", luaB_tostring}, |
|
|
|
|
{"type", luaB_type}, |
|
|
|
|