From 5562c2564d02cf410590a62890f95713018d4b72 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 25 Mar 2003 04:56:28 +0000 Subject: [PATCH] r4235: Auto commit for Debian build --- equal.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1