tag system replaced by event tables

This commit is contained in:
Roberto Ierusalimschy
2001-12-05 18:15:18 -02:00
parent 413fc7334b
commit 592a309177
24 changed files with 417 additions and 711 deletions

4
lgc.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: lgc.h,v 1.11 2001/06/12 18:43:13 roberto Exp roberto $
** $Id: lgc.h,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $
** Garbage Collector
** See Copyright Notice in lua.h
*/
@@ -16,7 +16,7 @@
void luaC_callallgcTM (lua_State *L);
void luaC_collect (lua_State *L, int all);
Udata *luaC_collect (lua_State *L, int all);
void luaC_collectgarbage (lua_State *L);