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

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Sun Aug 14 18:52:54 UTC 2005


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

Modified Files:
	typep.lisp 
Log Message:
*** empty log message ***
Date: Sun Aug 14 20:52:53 2005
Author: ffjeld

Index: movitz/losp/muerte/typep.lisp
diff -u movitz/losp/muerte/typep.lisp:1.47 movitz/losp/muerte/typep.lisp:1.48
--- movitz/losp/muerte/typep.lisp:1.47	Sun Aug 14 14:26:10 2005
+++ movitz/losp/muerte/typep.lisp	Sun Aug 14 20:52:53 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.47 2005/08/14 12:26:10 ffjeld Exp $
+;;;; $Id: typep.lisp,v 1.48 2005/08/14 18:52:53 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -589,7 +589,7 @@
 	       ((eq nil aet) nil)
 	     (when (equal xet aet) (return t))))
        (or (eq dimension-spec '*)
-	   (if (integerp dimension-spec)
+	   (if (typep dimension-spec 'integer)
 	       (= dimension-spec (array-rank x))
 	     (and (= (length dimension-spec) (array-rank x))
 		  (every (lambda (xdim adim)




More information about the Movitz-cvs mailing list