From 11ce9a03e7603b105c3a2d9868b6abe4bc4a9b87 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 25 Mar 2003 04:43:17 +0000 Subject: [PATCH] r4234: Auto commit for Debian build --- equal.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1