[svn commit] r423 - trunk/gc

jimb at red-bean.com jimb at red-bean.com
Sat Mar 26 08:43:05 CST 2005


Author: jimb
Date: Sat Mar 26 08:43:04 2005
New Revision: 423

Modified:
   trunk/gc/heap.h
Log:
Doc fix.


Modified: trunk/gc/heap.h
==============================================================================
--- trunk/gc/heap.h	(original)
+++ trunk/gc/heap.h	Sat Mar 26 08:43:04 2005
@@ -28,9 +28,9 @@
 
 /* Fixnums.  */
 
-/* An integer type big enough to hold any fixnum value.  However,
-   fixnums are not necessarily large enough to hold any fixnum_t
-   value.  */
+/* A signed integer type big enough to hold any fixnum value.
+   However, fixnums are not necessarily large enough to hold any
+   fixnum_t value.  */
 typedef intptr_t fixnum_t;
 #define PRIdFIXNUM PRIdPTR
 




More information about the Minor mailing list