aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lgc.h b/lgc.h
index b972472f..f571fd2b 100644
--- a/lgc.h
+++ b/lgc.h
@@ -69,8 +69,7 @@
69 69
70/* 70/*
71** Layout for bit use in 'marked' field. First three bits are 71** Layout for bit use in 'marked' field. First three bits are
72** used for object "age" in generational mode. Last bit is free 72** used for object "age" in generational mode.
73** to be used by respective objects.
74*/ 73*/
75#define WHITE0BIT 3 /* object is white (type 0) */ 74#define WHITE0BIT 3 /* object is white (type 0) */
76#define WHITE1BIT 4 /* object is white (type 1) */ 75#define WHITE1BIT 4 /* object is white (type 1) */