TObject' renamed to TValue' + other name changes and better assertions

for incremental garbage collection
This commit is contained in:
Roberto Ierusalimschy
2003-12-10 10:13:36 -02:00
parent 4d5fe1f54b
commit 47fc57a252
29 changed files with 476 additions and 461 deletions

4
lapi.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: lapi.h,v 1.20 2000/08/31 14:08:27 roberto Exp roberto $
** $Id: lapi.h,v 1.21 2002/03/04 21:29:41 roberto Exp roberto $
** Auxiliary functions from Lua API
** See Copyright Notice in lua.h
*/
@@ -11,6 +11,6 @@
#include "lobject.h"
void luaA_pushobject (lua_State *L, const TObject *o);
void luaA_pushobject (lua_State *L, const TValue *o);
#endif