summaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lgc.h b/lgc.h
index 8bd7b3b1..4f086da3 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 1.4 1997/12/01 20:31:25 roberto Exp roberto $ 2** $Id: lgc.h,v 1.5 1999/08/16 20:52:00 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*/
@@ -12,10 +12,7 @@
12 12
13 13
14void luaC_checkGC (void); 14void luaC_checkGC (void);
15const TObject *luaC_getref (int ref); 15void luaC_collect (int all);
16int luaC_ref (const TObject *o, int lock);
17void luaC_hashcallIM (Hash *l);
18void luaC_strcallIM (TaggedString *l);
19 16
20 17
21#endif 18#endif