CMUCL commit: src/lisp (gencgc.c)

Robert Swindells rswindells at common-lisp.net
Mon Dec 21 12:36:44 CET 2009


    Date: Monday, December 21, 2009 @ 06:36:44
  Author: rswindells
    Path: /project/cmucl/cvsroot/src/lisp

Modified: gencgc.c

Add NetBSD support to other_space_p().


----------+
 gencgc.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: src/lisp/gencgc.c
diff -u src/lisp/gencgc.c:1.105 src/lisp/gencgc.c:1.106
--- src/lisp/gencgc.c:1.105	Thu Dec 17 23:03:24 2009
+++ src/lisp/gencgc.c	Mon Dec 21 06:36:43 2009
@@ -7,7 +7,7 @@
  *
  * Douglas Crosher, 1996, 1997, 1998, 1999.
  *
- * $Header: /project/cmucl/cvsroot/src/lisp/gencgc.c,v 1.105 2009-12-18 04:03:24 agoncharov Exp $
+ * $Header: /project/cmucl/cvsroot/src/lisp/gencgc.c,v 1.106 2009-12-21 11:36:43 rswindells Exp $
  *
  */
 
@@ -2037,7 +2037,7 @@
         in_space = TRUE;
     }
 #elif defined(i386)
-#if defined(DARWIN) || defined(__linux__) || defined(__FreeBSD__)
+#if defined(DARWIN) || defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__)
     /*
      * For x86, we see some object at 0xffffffe9.  I (rtoy) am not
      * sure that is, but it clearly can't be in malloc space so we



More information about the cmucl-commit mailing list