X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=equal.lisp;fp=equal.lisp;h=1bbbc5e24a5eb47398a04d6655902b5d3c032ef4;hp=24a60ea89a58204549cb587b5cb897d5fc94b34c;hb=5562c2564d02cf410590a62890f95713018d4b72;hpb=11ce9a03e7603b105c3a2d9868b6abe4bc4a9b87 diff --git a/equal.lisp b/equal.lisp index 24a60ea..1bbbc5e 100644 --- a/equal.lisp +++ b/equal.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: equal.lisp,v 1.5 2003/03/25 04:43:17 kevin Exp $ +;;;; $Id: equal.lisp,v 1.6 2003/03/25 04:52:04 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -96,7 +96,7 @@ (mapcar #'sb-mop::slot-definition-name (sb-mop:class-slots (find-class c-name))) (mapcar #'sb-pcl::slot-definition-name - (sb-pcl:class-slots (sb-pcl:find-class c-name)))) + (sb-pcl:class-slots (sb-pcl::find-class c-name)))) #+cmu (mapcar #'pcl::slot-definition-name (pcl:class-slots (pcl:find-class c-name))) #+mcl @@ -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