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

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Fri Aug 26 19:39:10 UTC 2005


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

Modified Files:
	format.lisp 
Log Message:
Add some type declarations.

Date: Fri Aug 26 21:39:07 2005
Author: ffjeld

Index: movitz/losp/muerte/format.lisp
diff -u movitz/losp/muerte/format.lisp:1.11 movitz/losp/muerte/format.lisp:1.12
--- movitz/losp/muerte/format.lisp:1.11	Fri Jun 10 20:35:28 2005
+++ movitz/losp/muerte/format.lisp	Fri Aug 26 21:39:06 2005
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Sat Mar 23 01:18:36 2002
 ;;;;                
-;;;; $Id: format.lisp,v 1.11 2005/06/10 18:35:28 ffjeld Exp $
+;;;; $Id: format.lisp,v 1.12 2005/08/26 19:39:06 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -79,6 +79,7 @@
 	     (i 0 (1+ i)))
 	    ((or (and (not d) (plusp i) (zerop remainder))
 		 (> i last-i)))
+	  (declare (index i))
 	  (multiple-value-bind (next-digit next-remainder)
 	      (if (= i last-i)
 		  (round (* 10 remainder))




More information about the Movitz-cvs mailing list