aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lgc.h b/lgc.h
index f06427c2..3cc0c80d 100644
--- a/lgc.h
+++ b/lgc.h
@@ -120,8 +120,6 @@
120#define setage(o,a) ((o)->marked = cast_byte(((o)->marked & (~AGEBITS)) | a)) 120#define setage(o,a) ((o)->marked = cast_byte(((o)->marked & (~AGEBITS)) | a))
121#define isold(o) (getage(o) > G_SURVIVAL) 121#define isold(o) (getage(o) > G_SURVIVAL)
122 122
123#define changeage(o,f,t) \
124 check_exp(getage(o) == (f), (o)->marked ^= ((f)^(t)))
125 123
126/* 124/*
127** In generational mode, objects are created 'new'. After surviving one 125** In generational mode, objects are created 'new'. After surviving one