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.99 2005/07/12 14:32:08 roberto Exp roberto $ | 2 | ** $Id: ldblib.c,v 1.100 2005/08/15 14:12:32 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 | */ |
@@ -365,7 +365,7 @@ static int db_errorfb (lua_State *L) { | |||
365 | } | 365 | } |
366 | 366 | ||
367 | 367 | ||
368 | static const luaL_reg dblib[] = { | 368 | static const luaL_Reg dblib[] = { |
369 | {"debug", db_debug}, | 369 | {"debug", db_debug}, |
370 | {"getfenv", db_getfenv}, | 370 | {"getfenv", db_getfenv}, |
371 | {"gethook", db_gethook}, | 371 | {"gethook", db_gethook}, |