aboutsummaryrefslogtreecommitdiff
path: root/loadlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'loadlib.c')
-rw-r--r--loadlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loadlib.c b/loadlib.c
index 65182591..0c3db013 100644
--- a/loadlib.c
+++ b/loadlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: loadlib.c,v 1.66 2009/10/05 16:44:33 roberto Exp roberto $ 2** $Id: loadlib.c,v 1.67 2009/11/16 15:51:19 roberto Exp roberto $
3** Dynamic library loader for Lua 3** Dynamic library loader for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5** 5**
@@ -647,7 +647,7 @@ static const lua_CFunction loaders[] =
647 {loader_preload, loader_Lua, loader_C, loader_Croot, NULL}; 647 {loader_preload, loader_Lua, loader_C, loader_Croot, NULL};
648 648
649 649
650LUALIB_API int luaopen_package (lua_State *L) { 650LUAMOD_API int luaopen_package (lua_State *L) {
651 int i; 651 int i;
652 /* create new type _LOADLIB */ 652 /* create new type _LOADLIB */
653 luaL_newmetatable(L, "_LOADLIB"); 653 luaL_newmetatable(L, "_LOADLIB");