aboutsummaryrefslogtreecommitdiff
path: root/ldblib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldblib.c')
-rw-r--r--ldblib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ldblib.c b/ldblib.c
index a0a06dd7..c7b74812 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -191,8 +191,10 @@ static int db_getinfo (lua_State *L) {
191 settabsi(L, "ftransfer", ar.ftransfer); 191 settabsi(L, "ftransfer", ar.ftransfer);
192 settabsi(L, "ntransfer", ar.ntransfer); 192 settabsi(L, "ntransfer", ar.ntransfer);
193 } 193 }
194 if (strchr(options, 't')) 194 if (strchr(options, 't')) {
195 settabsb(L, "istailcall", ar.istailcall); 195 settabsb(L, "istailcall", ar.istailcall);
196 settabsi(L, "extraargs", ar.extraargs);
197 }
196 if (strchr(options, 'L')) 198 if (strchr(options, 'L'))
197 treatstackoption(L, L1, "activelines"); 199 treatstackoption(L, L1, "activelines");
198 if (strchr(options, 'f')) 200 if (strchr(options, 'f'))