[movitz-cvs] CVS movitz/losp/muerte

ffjeld ffjeld at common-lisp.net
Wed Apr 2 20:49:48 UTC 2008


Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory clnet:/tmp/cvs-serv17763

Modified Files:
	typep.lisp 
Log Message:
Add the stack-vector type, because we need to be able to recognize a stack at GC-time.


--- /project/movitz/cvsroot/movitz/losp/muerte/typep.lisp	2008/03/20 22:22:40	1.56
+++ /project/movitz/cvsroot/movitz/losp/muerte/typep.lisp	2008/04/02 20:49:47	1.57
@@ -9,7 +9,7 @@
 ;;;; Created at:    Fri Dec  8 11:07:53 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: typep.lisp,v 1.56 2008/03/20 22:22:40 ffjeld Exp $
+;;;; $Id: typep.lisp,v 1.57 2008/04/02 20:49:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -287,6 +287,8 @@
 		 (make-other-typep :funobj))
 		((vector)
 		 (make-other-typep :basic-vector))
+		(stack-vector
+		 (make-basic-vector-typep :stack))
 		(indirect-vector
 		 (make-basic-vector-typep :indirects))
 		(simple-vector




More information about the Movitz-cvs mailing list