summaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lgc.h b/lgc.h
index 49ca6bf5..8a430294 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.h,v 2.46 2010/12/02 19:51:15 roberto Exp roberto $ 2** $Id: lgc.h,v 2.47 2010/12/17 12:02:29 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*/
@@ -52,10 +52,6 @@
52#define keepinvariant(g) (isgenerational(g) || g->gcstate <= GCSatomic) 52#define keepinvariant(g) (isgenerational(g) || g->gcstate <= GCSatomic)
53 53
54 54
55#define gcstopped(g) ((g)->GCdebt == MIN_LMEM)
56#define stopgc(g) ((g)->GCdebt = MIN_LMEM)
57
58
59/* 55/*
60** some useful bit tricks 56** some useful bit tricks
61*/ 57*/