summaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/lgc.h b/lgc.h
index 0e24d2c3..958ca26b 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 2.79 2014/02/13 14:46:38 roberto Exp roberto $ 2** $Id: lgc.h,v 2.80 2014/02/14 16:43:14 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*/
@@ -39,12 +39,11 @@
39#define GCSpropagate 0 39#define GCSpropagate 0
40#define GCSatomic 1 40#define GCSatomic 1
41#define GCSswpallgc 2 41#define GCSswpallgc 2
42#define GCSswpthreads 3 42#define GCSswpfinobj 3
43#define GCSswpfinobj 4 43#define GCSswptobefnz 4
44#define GCSswptobefnz 5 44#define GCSswpend 5
45#define GCSswpend 6 45#define GCScallfin 6
46#define GCScallfin 7 46#define GCSpause 7
47#define GCSpause 8
48 47
49 48
50#define issweepphase(g) \ 49#define issweepphase(g) \