mirror of
https://github.com/lua/lua.git
synced 2025-07-18 13:21:56 +00:00
new version of debug system
This commit is contained in:
parent
b69e712713
commit
afef009fce
15 changed files with 201 additions and 159 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lobject.c,v 1.40 2000/06/08 17:48:31 roberto Exp roberto $
|
||||
** $Id: lobject.c,v 1.41 2000/06/12 13:52:05 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", "line"
|
||||
"function", "function"
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue