diff options
Diffstat (limited to 'lgc.h')
-rw-r--r-- | lgc.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lgc.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ | 2 | ** $Id: lgc.h,v 1.2 1997/10/23 16:26:37 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 | */ |
@@ -11,8 +11,6 @@ | |||
11 | #include "lobject.h" | 11 | #include "lobject.h" |
12 | 12 | ||
13 | 13 | ||
14 | extern unsigned long luaC_threshold; | ||
15 | |||
16 | void luaC_checkGC (void); | 14 | void luaC_checkGC (void); |
17 | TObject* luaC_getref (int ref); | 15 | TObject* luaC_getref (int ref); |
18 | int luaC_ref (TObject *o, int lock); | 16 | int luaC_ref (TObject *o, int lock); |