diff options
Diffstat (limited to 'lbaselib.c')
-rw-r--r-- | lbaselib.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbaselib.c,v 1.19 2001/01/25 16:45:36 roberto Exp roberto $ | 2 | ** $Id: lbaselib.c,v 1.20 2001/01/31 19:53:01 roberto Exp roberto $ |
3 | ** Basic library | 3 | ** Basic library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -576,7 +576,7 @@ static int luaB_sort (lua_State *L) { | |||
576 | 576 | ||
577 | #define num_deprecated 4 | 577 | #define num_deprecated 4 |
578 | 578 | ||
579 | static const struct luaL_reg deprecated_names [num_deprecated] = { | 579 | static const luaL_reg deprecated_names [num_deprecated] = { |
580 | {"foreachvar", luaB_foreach}, | 580 | {"foreachvar", luaB_foreach}, |
581 | {"nextvar", luaB_next}, | 581 | {"nextvar", luaB_next}, |
582 | {"rawgetglobal", luaB_rawget}, | 582 | {"rawgetglobal", luaB_rawget}, |
@@ -632,7 +632,7 @@ static void deprecated_funcs (lua_State *L) { | |||
632 | 632 | ||
633 | /* }====================================================== */ | 633 | /* }====================================================== */ |
634 | 634 | ||
635 | static const struct luaL_reg base_funcs[] = { | 635 | static const luaL_reg base_funcs[] = { |
636 | {LUA_ALERT, luaB__ALERT}, | 636 | {LUA_ALERT, luaB__ALERT}, |
637 | {LUA_ERRORMESSAGE, luaB__ERRORMESSAGE}, | 637 | {LUA_ERRORMESSAGE, luaB__ERRORMESSAGE}, |
638 | {"call", luaB_call}, | 638 | {"call", luaB_call}, |