From 01ce1ce48c20bbb97d04460ebe97de3a7751678e Mon Sep 17 00:00:00 2001
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Tue, 12 Sep 2000 15:38:25 -0300
Subject: field short_src

---
 ldblib.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ldblib.c b/ldblib.c
index 2d8c555f..761b37ea 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -1,5 +1,5 @@
 /*
-** $Id: ldblib.c,v 1.19 2000/08/28 17:57:04 roberto Exp roberto $
+** $Id: ldblib.c,v 1.20 2000/09/05 19:33:32 roberto Exp roberto $
 ** Interface from Lua to its debug API
 ** See Copyright Notice in lua.h
 */
@@ -55,6 +55,8 @@ static int getinfo (lua_State *L) {
     switch (*options) {
       case 'S':
         settabss(L, "source", ar.source);
+        if (ar.source)
+          settabss(L, "short_src", ar.short_src);
         settabsi(L, "linedefined", ar.linedefined);
         settabss(L, "what", ar.what);
         break;
-- 
cgit v1.2.3-55-g6feb