diff options
Diffstat (limited to 'lgc.h')
-rw-r--r-- | lgc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lgc.h,v 2.84 2014/07/19 15:09:37 roberto Exp roberto $ | 2 | ** $Id: lgc.h,v 2.85 2014/07/19 15:14:46 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 | */ |
@@ -74,7 +74,7 @@ | |||
74 | #define testbit(x,b) testbits(x, bitmask(b)) | 74 | #define testbit(x,b) testbits(x, bitmask(b)) |
75 | 75 | ||
76 | 76 | ||
77 | /* Layout for bit use in `marked' field: */ | 77 | /* Layout for bit use in 'marked' field: */ |
78 | #define WHITE0BIT 0 /* object is white (type 0) */ | 78 | #define WHITE0BIT 0 /* object is white (type 0) */ |
79 | #define WHITE1BIT 1 /* object is white (type 1) */ | 79 | #define WHITE1BIT 1 /* object is white (type 1) */ |
80 | #define BLACKBIT 2 /* object is black */ | 80 | #define BLACKBIT 2 /* object is black */ |