From: Kevin M. Rosenberg Date: Mon, 31 Mar 2003 19:22:24 +0000 (+0000) Subject: r4302: *** empty log message *** X-Git-Tag: debian-2.11.0-2~171 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=7cd29341caf075b749f480f77f0da858613702c3 r4302: *** empty log message *** --- 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