From: Kevin M. Rosenberg Date: Tue, 25 Mar 2003 06:50:38 +0000 (+0000) Subject: r4244: *** empty log message *** X-Git-Tag: v1.96~268 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=321bceb4c33dc585c53e297b8e90d9ac926a6284 r4244: *** empty log message *** --- diff --git a/equal.lisp b/equal.lisp index c621fd4..d9472bc 100644 --- a/equal.lisp +++ b/equal.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: equal.lisp,v 1.10 2003/03/25 05:27:55 kevin Exp $ +;;;; $Id: equal.lisp,v 1.11 2003/03/25 06:50:38 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -135,7 +135,7 @@ (error "structure-slot-names is not defined on this platform") ) - +#+sbcl (eval-when (:compile-toplevel :load-toplevel :execute) (if (find-package 'sb-mop) (setq cl:*features* (delete :sb-mop cl:*features*))