]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix comment
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 30 Apr 2009 12:06:23 +0000 (07:06 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 30 Apr 2009 12:06:23 +0000 (07:06 -0500)
vm/layouts.h

index 21a38165a7545a5372b8139c27e26b37e45b77e5..f439b1f8a7d83e11d36d38b2dfbc7ced94866006 100755 (executable)
@@ -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