Update of /project/movitz/cvsroot/movitz/losp/muerte In directory common-lisp.net:/tmp/cvs-serv14485
Modified Files: io-port.lisp Log Message: Added ignorable declarations for with-io-register-syntax.
Date: Sun Sep 18 18:21:25 2005 Author: ffjeld
Index: movitz/losp/muerte/io-port.lisp diff -u movitz/losp/muerte/io-port.lisp:1.19 movitz/losp/muerte/io-port.lisp:1.20 --- movitz/losp/muerte/io-port.lisp:1.19 Sat Sep 17 00:48:06 2005 +++ movitz/losp/muerte/io-port.lisp Sun Sep 18 18:21:25 2005 @@ -10,7 +10,7 @@ ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Wed Mar 21 22:14:08 2001 ;;;; -;;;; $Id: io-port.lisp,v 1.19 2005/09/16 22:48:06 ffjeld Exp $ +;;;; $Id: io-port.lisp,v 1.20 2005/09/18 16:21:25 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -337,6 +337,7 @@ (let ((io-var (gensym "io-base-"))) `(let ((,io-var (check-the (unsigned-byte 16) ,io-base-form))) (let ((,name ,io-var)) + (declare (ignorable ,name)) (macrolet ((,name (offset &optional (type :unsigned-byte8)) `(io-port (+ ,',io-var ,offset) ,type))) ,@body)))))