From: Kevin M. Rosenberg Date: Tue, 25 Mar 2003 04:43:17 +0000 (+0000) Subject: r4234: Auto commit for Debian build X-Git-Tag: v1.96~274 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=11ce9a03e7603b105c3a2d9868b6abe4bc4a9b87 r4234: Auto commit for Debian build --- 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