diff options
Diffstat (limited to 'ldblib.c')
-rw-r--r-- | ldblib.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldblib.c,v 1.93 2005/02/18 12:40:02 roberto Exp roberto $ | 2 | ** $Id: ldblib.c,v 1.94 2005/03/08 20:10:05 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 | */ |
@@ -105,6 +105,7 @@ static int db_getinfo (lua_State *L) { | |||
105 | settabss(L, "source", ar.source); | 105 | settabss(L, "source", ar.source); |
106 | settabss(L, "short_src", ar.short_src); | 106 | settabss(L, "short_src", ar.short_src); |
107 | settabsi(L, "linedefined", ar.linedefined); | 107 | settabsi(L, "linedefined", ar.linedefined); |
108 | settabsi(L, "lastlinedefined", ar.lastlinedefined); | ||
108 | settabss(L, "what", ar.what); | 109 | settabss(L, "what", ar.what); |
109 | break; | 110 | break; |
110 | case 'l': | 111 | case 'l': |