From: Kevin M. Rosenberg Date: Tue, 25 Mar 2003 05:25:54 +0000 (+0000) Subject: r4241: Auto commit for Debian build X-Git-Tag: v1.96~271 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=97bf04ebc48e5ff6f111b8d50a9218c6c294e0a0 r4241: Auto commit for Debian build --- diff --git a/equal.lisp b/equal.lisp index 04df330..ba43f7a 100644 --- a/equal.lisp +++ b/equal.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: equal.lisp,v 1.7 2003/03/25 05:21:04 kevin Exp $ +;;;; $Id: equal.lisp,v 1.8 2003/03/25 05:25:54 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -101,7 +101,7 @@ #+sbcl-mop (mapcar #'sb-mop::slot-definition-name (sb-mop:class-slots (find-class c-name))) #+sbcl-pcl (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