aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lgc.h b/lgc.h
index 2946947b..9193e2cb 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 1.25 2003/12/01 16:33:30 roberto Exp roberto $ 2** $Id: lgc.h,v 1.26 2003/12/03 20:03:07 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*/
@@ -17,8 +17,9 @@
17#define GCSroot 0 17#define GCSroot 0
18#define GCSpropagate 1 18#define GCSpropagate 1
19#define GCSatomic 2 19#define GCSatomic 2
20#define GCSsweep 3 20#define GCSsweepstring 3
21#define GCSfinalize 4 21#define GCSsweep 4
22#define GCSfinalize 5
22 23
23 24
24/* 25/*