From d6444e742ca52234a7a6705b5456325075bd73e6 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 30 Apr 2009 07:06:23 -0500 Subject: [PATCH] Fix comment --- vm/layouts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/layouts.h b/vm/layouts.h index 21a38165a7..f439b1f8a7 100755 --- a/vm/layouts.h +++ b/vm/layouts.h @@ -47,7 +47,7 @@ typedef signed long long s64; #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 ***/ #define WRAPPER_TYPE 8