From 321bceb4c33dc585c53e297b8e90d9ac926a6284 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 25 Mar 2003 06:50:38 +0000 Subject: [PATCH] r4244: *** empty log message *** --- equal.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*)) -- 2.34.1