aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-08-16 17:00:28 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-08-16 17:00:28 -0300
commitecc7769de2f3fb898235759cda9ae822a6168341 (patch)
treea03e317d323b32ab7282c3ff18419f6fbf77f578 /lgc.h
parentda19c436cc361401563eeda2cca3d161a6ddeef7 (diff)
downloadlua-ecc7769de2f3fb898235759cda9ae822a6168341.tar.gz
lua-ecc7769de2f3fb898235759cda9ae822a6168341.tar.bz2
lua-ecc7769de2f3fb898235759cda9ae822a6168341.zip
names...
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lgc.h b/lgc.h
index aa76ab11..7a456d85 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $ 2** $Id: lgc.h,v 1.14 2001/12/10 22:11:23 roberto Exp roberto $
3** Garbage Collector 3** Garbage Collector
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -16,7 +16,7 @@
16 16
17 17
18void luaC_callallgcTM (lua_State *L); 18void luaC_callallgcTM (lua_State *L);
19void luaC_collect (lua_State *L, int all); 19void luaC_sweep (lua_State *L, int all);
20void luaC_collectgarbage (lua_State *L); 20void luaC_collectgarbage (lua_State *L);
21 21
22 22