diff options
Diffstat (limited to 'ltablib.c')
-rw-r--r-- | ltablib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltablib.c,v 1.18 2002/12/20 10:26:33 roberto Exp roberto $ | 2 | ** $Id: ltablib.c,v 1.19 2003/01/27 13:46:16 roberto Exp roberto $ |
3 | ** Library for Table Manipulation | 3 | ** Library for Table Manipulation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -243,7 +243,7 @@ static const luaL_reg tab_funcs[] = { | |||
243 | }; | 243 | }; |
244 | 244 | ||
245 | 245 | ||
246 | LUALIB_API int lua_tablibopen (lua_State *L) { | 246 | LUALIB_API int luaopen_table (lua_State *L) { |
247 | luaL_openlib(L, LUA_TABLIBNAME, tab_funcs, 0); | 247 | luaL_openlib(L, LUA_TABLIBNAME, tab_funcs, 0); |
248 | return 1; | 248 | return 1; |
249 | } | 249 | } |