From bcdbdaccc37aacdb8305f5012c2963e4cb343005 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 30 Dec 1999 16:28:40 -0200 Subject: more debug information (still with bug for tag methods...) --- lobject.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lobject.c') diff --git a/lobject.c b/lobject.c index e55d9694..6aa92d0a 100644 --- a/lobject.c +++ b/lobject.c @@ -1,5 +1,5 @@ /* -** $Id: lobject.c,v 1.27 1999/12/14 18:31:20 roberto Exp roberto $ +** $Id: lobject.c,v 1.28 1999/12/23 18:19:57 roberto Exp roberto $ ** Some generic functions over Lua objects ** See Copyright Notice in lua.h */ @@ -16,7 +16,7 @@ const char *const luaO_typenames[] = { /* ORDER LUA_T */ "userdata", "number", "string", "table", "function", "function", "nil", "function", "function", "function", "function", "function", "function", - "line", NULL + "line", "global", "local", "field", NULL }; -- cgit v1.2.3-55-g6feb