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

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Mon May 24 14:59:09 UTC 2004


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

Modified Files:
	los-closette.lisp 
Log Message:
Starting to add some bignum support.

Date: Mon May 24 10:59:08 2004
Author: ffjeld

Index: movitz/losp/muerte/los-closette.lisp
diff -u movitz/losp/muerte/los-closette.lisp:1.10 movitz/losp/muerte/los-closette.lisp:1.11
--- movitz/losp/muerte/los-closette.lisp:1.10	Wed Apr 21 11:07:27 2004
+++ movitz/losp/muerte/los-closette.lisp	Mon May 24 10:59:08 2004
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Jul 23 14:29:10 2002
 ;;;;                
-;;;; $Id: los-closette.lisp,v 1.10 2004/04/21 15:07:27 ffjeld Exp $
+;;;; $Id: los-closette.lisp,v 1.11 2004/05/24 14:59:08 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -908,7 +908,7 @@
     (assert slot (slot-name)
       "No slot named ~S in class ~S." slot-name class)
     (let ((slot-location (slot-definition-location slot)))
-      (check-type slot-location (integer 0 *))
+      (check-type slot-location (integer 0 #xffff))
       (etypecase class
 	(standard-class
 	 (if (and (< slot-location (length *standard-effective-slot-readers*))





More information about the Movitz-cvs mailing list