X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=equal.lisp;fp=equal.lisp;h=24a60ea89a58204549cb587b5cb897d5fc94b34c;hp=0d6ea59cebeeca44fc3b190bcd5666c875baf9a1;hb=11ce9a03e7603b105c3a2d9868b6abe4bc4a9b87;hpb=1e958a5e742a8079b65876470d30210178e29da0 diff --git a/equal.lisp b/equal.lisp index 0d6ea59..24a60ea 100644 --- a/equal.lisp +++ b/equal.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: equal.lisp,v 1.4 2003/03/25 04:26:47 kevin Exp $ +;;;; $Id: equal.lisp,v 1.5 2003/03/25 04:43:17 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -117,7 +117,7 @@ (mapcar #'sb-mop::slot-definition-name (sb-mop:class-slots (find-class s-name))) (mapcar #'sb-pcl::slot-definition-name - (sb-pcl:class-slots (sb-pcl:find-class s-name))) + (sb-pcl:class-slots (sb-pcl:find-class s-name)))) #+cmu (mapcar #'pcl::slot-definition-name (pcl:class-slots (pcl:find-class s-name))) #+scl (mapcar #'kernel:dsd-name