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.180 2005/07/12 18:15:11 roberto Exp roberto $ | 2 | ** $Id: lbaselib.c,v 1.181 2005/08/15 14:12:32 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 | */ |
@@ -429,7 +429,7 @@ static int luaB_newproxy (lua_State *L) { | |||
429 | } | 429 | } |
430 | 430 | ||
431 | 431 | ||
432 | static const luaL_reg base_funcs[] = { | 432 | static const luaL_Reg base_funcs[] = { |
433 | {"assert", luaB_assert}, | 433 | {"assert", luaB_assert}, |
434 | {"collectgarbage", luaB_collectgarbage}, | 434 | {"collectgarbage", luaB_collectgarbage}, |
435 | {"dofile", luaB_dofile}, | 435 | {"dofile", luaB_dofile}, |
@@ -579,7 +579,7 @@ static int luaB_corunning (lua_State *L) { | |||
579 | } | 579 | } |
580 | 580 | ||
581 | 581 | ||
582 | static const luaL_reg co_funcs[] = { | 582 | static const luaL_Reg co_funcs[] = { |
583 | {"create", luaB_cocreate}, | 583 | {"create", luaB_cocreate}, |
584 | {"resume", luaB_coresume}, | 584 | {"resume", luaB_coresume}, |
585 | {"running", luaB_corunning}, | 585 | {"running", luaB_corunning}, |