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