From c7b4f447724a7bf64e9522aeaf461cab32a7d023 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 10 Aug 2005 15:06:58 -0300 Subject: correct name to open package library --- lualib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index 1d8178d1..26c1827d 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.33 2005/01/10 16:31:30 roberto Exp roberto $ +** $Id: lualib.h,v 1.34 2005/04/13 17:24:20 roberto Exp roberto $ ** 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 */ -- cgit v1.2.3-55-g6feb