diff options
author | Lua Team <team@lua.org> | 2005-09-09 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2005-09-09 12:00:00 +0000 |
commit | bd80c4ee9b6d9464cf9f3ff4ee41890d8b3ca9e6 (patch) | |
tree | e1d7c1b341ccb9a3a1fb044ac6e67b5a5e0259b7 /src/lualib.h | |
parent | bf6b5550cdfbc0c4a3a4577776ad76628d80718e (diff) | |
download | lua-github-5.1-alpha.tar.gz |
Lua 5.1-alpha5.1-alpha
Diffstat (limited to 'src/lualib.h')
-rw-r--r-- | src/lualib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lualib.h b/src/lualib.h index e1face32..f52bb888 100644 --- a/src/lualib.h +++ b/src/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.34 2005/04/13 17:24:20 roberto Exp $ +** $Id: lualib.h,v 1.35 2005/08/10 18:06:58 roberto Exp $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -37,7 +37,7 @@ LUALIB_API int (luaopen_math) (lua_State *L); LUALIB_API int (luaopen_debug) (lua_State *L); #define LUA_LOADLIBNAME "package" -LUALIB_API int (luaopen_loadlib) (lua_State *L); +LUALIB_API int (luaopen_package) (lua_State *L); /* open all previous libraries */ |