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.3 2002/05/02 17:12:27 roberto Exp roberto $ | 2 | ** $Id: ltablib.c,v 1.4 2002/06/05 16:59:21 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 | */ |
| @@ -226,7 +226,7 @@ static const luaL_reg tab_funcs[] = { | |||
| 226 | 226 | ||
| 227 | 227 | ||
| 228 | LUALIB_API int lua_tablibopen (lua_State *L) { | 228 | LUALIB_API int lua_tablibopen (lua_State *L) { |
| 229 | luaL_opennamedlib(L, "tab", tab_funcs, 0); | 229 | luaL_opennamedlib(L, LUA_TABLIBNAME, tab_funcs, 0); |
| 230 | return 0; | 230 | return 0; |
| 231 | } | 231 | } |
| 232 | 232 | ||
