Update of /project/movitz/cvsroot/movitz/losp/muerte In directory common-lisp.net:/tmp/cvs-serv27234
Modified Files: typep.lisp Log Message: Tiny edit.
Date: Sat Apr 17 10:08:24 2004 Author: ffjeld
Index: movitz/losp/muerte/typep.lisp diff -u movitz/losp/muerte/typep.lisp:1.9 movitz/losp/muerte/typep.lisp:1.10 --- movitz/losp/muerte/typep.lisp:1.9 Fri Apr 16 20:24:00 2004 +++ movitz/losp/muerte/typep.lisp Sat Apr 17 10:08:24 2004 @@ -9,7 +9,7 @@ ;;;; Created at: Fri Dec 8 11:07:53 2000 ;;;; Distribution: See the accompanying file COPYING. ;;;; -;;;; $Id: typep.lisp,v 1.9 2004/04/17 00:24:00 ffjeld Exp $ +;;;; $Id: typep.lisp,v 1.10 2004/04/17 14:08:24 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -311,7 +311,7 @@ (,(car type) ,@(loop for subtype in (cdr type) collect `(typep ,object ',subtype))))) - (t (warn "typep ~A" type))))))) + (t (warn "compiling typep ~A" type))))))) form)))))
#+ignore