diff options
Diffstat (limited to 'ldblib.c')
-rw-r--r-- | ldblib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
182 | LUA_API void lua_dblibopen (lua_State *L) { | 182 | LUALIB_API void lua_dblibopen (lua_State *L) { |
183 | luaL_openl(L, dblib); | 183 | luaL_openl(L, dblib); |
184 | } | 184 | } |
185 | 185 | ||