Update of /project/movitz/cvsroot/movitz/losp/muerte In directory common-lisp.net:/tmp/cvs-serv27435
Modified Files: typep.lisp Log Message: Teach typep compiler-macro about basic-restart.
Date: Fri Jul 23 08:37:17 2004 Author: ffjeld
Index: movitz/losp/muerte/typep.lisp diff -u movitz/losp/muerte/typep.lisp:1.31 movitz/losp/muerte/typep.lisp:1.32 --- movitz/losp/muerte/typep.lisp:1.31 Wed Jul 21 15:36:00 2004 +++ movitz/losp/muerte/typep.lisp Fri Jul 23 08:37:17 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.31 2004/07/21 22:36:00 ffjeld Exp $ +;;;; $Id: typep.lisp,v 1.32 2004/07/23 15:37:17 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -204,6 +204,7 @@ (tag4 (make-tag-typep :tag4)) (tag5 (make-tag-typep :null)) (tag6 (make-tag-typep :other)) + (basic-restart (make-tag-typep :basic-restart)) (pointer (assert (equal (mapcar 'movitz::tag '(:cons :other :symbol)) '(1 6 7)))