aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lgc.h b/lgc.h
index a7a9a77a..60a0b1ec 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 1.2 1997/10/23 16:26:37 roberto Exp roberto $ 2** $Id: lgc.h,v 1.3 1997/11/19 17:29: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*/
@@ -14,6 +14,8 @@
14void luaC_checkGC (void); 14void luaC_checkGC (void);
15TObject* luaC_getref (int ref); 15TObject* luaC_getref (int ref);
16int luaC_ref (TObject *o, int lock); 16int luaC_ref (TObject *o, int lock);
17void luaC_hashcallIM (Hash *l);
18void luaC_strcallIM (TaggedString *l);
17 19
18 20
19#endif 21#endif