From 7cd29341caf075b749f480f77f0da858613702c3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 31 Mar 2003 19:22:24 +0000 Subject: [PATCH] r4302: *** empty log message *** --- debian/changelog | 2 +- package.lisp | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 94c60e7..662a12a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ cl-hyperobject (2.5.5-1) unstable; urgency=low - * More SBCL 0.8pre MOP changes + * Simplify shadowing-import for allegro,lispworks,sbcl -- Kevin M. Rosenberg Mon, 31 Mar 2003 08:58:41 -0700 diff --git a/package.lisp b/package.lisp index fe22efd..b261fde 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.39 2003/03/31 16:07:08 kevin Exp $ +;;;; $Id: package.lisp,v 1.40 2003/03/31 19:22:22 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -53,8 +53,7 @@ #+lispworks '(clos::compute-effective-slot-definition-initargs) #+kmr-sbcl-mop - '(sb-pcl::compute-effective-slot-definition-initargs - ) + '(sb-pcl::compute-effective-slot-definition-initargs) #+kmr-sbcl-pcl '(sb-pcl:class-of sb-pcl:class-name sb-pcl:class-slots sb-pcl:find-class sb-pcl::standard-class -- 2.34.1