Fix comment
parent
5c9dc6d753
commit
d6444e742c
|
@ -47,7 +47,7 @@ typedef signed long long s64;
|
||||||
|
|
||||||
#define HEADER_TYPE 8 /* anything less than this is a tag */
|
#define HEADER_TYPE 8 /* anything less than this is a tag */
|
||||||
|
|
||||||
#define GC_COLLECTED 5 /* See gc.c */
|
#define GC_COLLECTED 5 /* can be anything other than FIXNUM_TYPE */
|
||||||
|
|
||||||
/*** Header types ***/
|
/*** Header types ***/
|
||||||
#define WRAPPER_TYPE 8
|
#define WRAPPER_TYPE 8
|
||||||
|
|
Loading…
Reference in New Issue