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.21 2000/09/12 18:38:25 roberto Exp roberto $ | 2 | ** $Id: ldblib.c,v 1.22 2000/10/02 20:10:55 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 | */ |
@@ -174,7 +174,7 @@ static const struct luaL_reg dblib[] = { | |||
174 | }; | 174 | }; |
175 | 175 | ||
176 | 176 | ||
177 | void lua_dblibopen (lua_State *L) { | 177 | LUA_API void lua_dblibopen (lua_State *L) { |
178 | luaL_openl(L, dblib); | 178 | luaL_openl(L, dblib); |
179 | } | 179 | } |
180 | 180 | ||