[movitz-cvs] CVS update: movitz/losp/muerte/typep.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Tue Oct 25 19:27:48 UTC 2005


Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv5735

Modified Files:
	typep.lisp 
Log Message:
Fixed typep wrt. vectors of 16 and 32-bits element-types.

Date: Tue Oct 25 21:27:46 2005
Author: ffjeld

Index: movitz/losp/muerte/typep.lisp
diff -u movitz/losp/muerte/typep.lisp:1.51 movitz/losp/muerte/typep.lisp:1.52
--- movitz/losp/muerte/typep.lisp:1.51	Wed Aug 24 09:31:57 2005
+++ movitz/losp/muerte/typep.lisp	Tue Oct 25 21:27:46 2005
@@ -9,7 +9,7 @@
 ;;;; Created at:    Fri Dec  8 11:07:53 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: typep.lisp,v 1.51 2005/08/24 07:31:57 ffjeld Exp $
+;;;; $Id: typep.lisp,v 1.52 2005/10/25 19:27:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -329,6 +329,8 @@
 			   (make-other-typep :basic-vector))
 			  ((movitz:movitz-subtypep et '(unsigned-byte 8))
 			   (make-basic-vector-typep :u8))
+			  ((movitz:movitz-subtypep et '(unsigned-byte 16))
+			   (make-basic-vector-typep :u16))
 			  ((movitz:movitz-subtypep et '(unsigned-byte 32))
 			   (make-basic-vector-typep :u32))
 			  ((movitz:movitz-subtypep et 'character)




More information about the Movitz-cvs mailing list