diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-30 16:28:40 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-30 16:28:40 -0200 |
| commit | bcdbdaccc37aacdb8305f5012c2963e4cb343005 (patch) | |
| tree | c6e0ad8afa371840f49d92b3f1455f3e57cbccc6 /lobject.c | |
| parent | 5cafe5af02bfe2188ba0b69f5a7a8fe44c38ed24 (diff) | |
| download | lua-bcdbdaccc37aacdb8305f5012c2963e4cb343005.tar.gz lua-bcdbdaccc37aacdb8305f5012c2963e4cb343005.tar.bz2 lua-bcdbdaccc37aacdb8305f5012c2963e4cb343005.zip | |
more debug information (still with bug for tag methods...)
Diffstat (limited to 'lobject.c')
| -rw-r--r-- | lobject.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lobject.c,v 1.27 1999/12/14 18:31:20 roberto Exp roberto $ | 2 | ** $Id: lobject.c,v 1.28 1999/12/23 18:19:57 roberto Exp roberto $ |
| 3 | ** Some generic functions over Lua objects | 3 | ** Some generic functions over Lua objects |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -16,7 +16,7 @@ | |||
| 16 | const char *const luaO_typenames[] = { /* ORDER LUA_T */ | 16 | const char *const luaO_typenames[] = { /* ORDER LUA_T */ |
| 17 | "userdata", "number", "string", "table", "function", "function", "nil", | 17 | "userdata", "number", "string", "table", "function", "function", "nil", |
| 18 | "function", "function", "function", "function", "function", "function", | 18 | "function", "function", "function", "function", "function", "function", |
| 19 | "line", NULL | 19 | "line", "global", "local", "field", NULL |
| 20 | }; | 20 | }; |
| 21 | 21 | ||
| 22 | 22 | ||
