summaryrefslogtreecommitdiff
path: root/ldblib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldblib.c')
-rw-r--r--ldblib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldblib.c b/ldblib.c
index 02dca507..a6148ae6 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldblib.c,v 1.25 2000/10/26 18:44:26 roberto Exp roberto $ 2** $Id: ldblib.c,v 1.26 2000/10/26 19:04:22 roberto Exp roberto $
3** Interface from Lua to its debug API 3** Interface from Lua to its debug API
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -179,7 +179,7 @@ static const struct luaL_reg dblib[] = {
179}; 179};
180 180
181 181
182LUA_API void lua_dblibopen (lua_State *L) { 182LUALIB_API void lua_dblibopen (lua_State *L) {
183 luaL_openl(L, dblib); 183 luaL_openl(L, dblib);
184} 184}
185 185