simplified version of `gc' tag method (only for userdata now).
This commit is contained in:
7
lgc.h
7
lgc.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lgc.h,v 1.4 1997/12/01 20:31:25 roberto Exp roberto $
|
||||
** $Id: lgc.h,v 1.5 1999/08/16 20:52:00 roberto Exp roberto $
|
||||
** Garbage Collector
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -12,10 +12,7 @@
|
||||
|
||||
|
||||
void luaC_checkGC (void);
|
||||
const TObject *luaC_getref (int ref);
|
||||
int luaC_ref (const TObject *o, int lock);
|
||||
void luaC_hashcallIM (Hash *l);
|
||||
void luaC_strcallIM (TaggedString *l);
|
||||
void luaC_collect (int all);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user