aboutsummaryrefslogtreecommitdiff
path: root/ldebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.c')
-rw-r--r--ldebug.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/ldebug.c b/ldebug.c
index 82c636bf..601190e7 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.c,v 1.113 2002/05/09 14:14:34 roberto Exp roberto $ 2** $Id: ldebug.c,v 1.114 2002/05/13 13:09:00 roberto Exp roberto $
3** Debug Interface 3** Debug Interface
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -432,11 +432,6 @@ static const char *getobjname (lua_State *L, CallInfo *ci, int stackpos,
432 break; 432 break;
433 } 433 }
434 case OP_GETTABLE: { 434 case OP_GETTABLE: {
435 *name = luaF_getlocalname(p, GETARG_B(i)+1, pc);
436 if (*name && *name[0] == '*') {
437 *name = kname(p, GETARG_C(i));
438 return "global";
439 }
440 *name = kname(p, GETARG_C(i)); 435 *name = kname(p, GETARG_C(i));
441 return "field"; 436 return "field";
442 break; 437 break;