aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/lgc.h b/lgc.h
index 88bd556a..43cfb851 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 2.75 2013/09/11 14:47:08 roberto Exp roberto $ 2** $Id: lgc.h,v 2.76 2013/09/11 20:15:31 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,13 +39,12 @@
39#define GCSpropagate 0 39#define GCSpropagate 0
40#define GCSatomic 1 40#define GCSatomic 1
41#define GCSswplocalgc 2 41#define GCSswplocalgc 2
42#define GCSswpallgc 4 42#define GCSswpallgc 3
43#define GCSswpthreads 3 43#define GCSswpthreads 4
44#define GCSswplocalfin 5 44#define GCSswpfinobj 5
45#define GCSswpfinobj 6 45#define GCSswptobefnz 6
46#define GCSswptobefnz 7 46#define GCSswpend 7
47#define GCSswpend 8 47#define GCSpause 8
48#define GCSpause 9
49 48
50 49
51#define issweepphase(g) \ 50#define issweepphase(g) \