simpler way to collect userdata

This commit is contained in:
Roberto Ierusalimschy
2001-12-10 20:11:23 -02:00
parent a4c35a3269
commit e043b72a55
2 changed files with 3 additions and 2 deletions

2
lgc.h
View File

@@ -16,7 +16,7 @@
void luaC_callallgcTM (lua_State *L);
Udata *luaC_collect (lua_State *L, int all);
void luaC_collect (lua_State *L, int all);
void luaC_collectgarbage (lua_State *L);