From: Kevin M. Rosenberg Date: Mon, 31 Mar 2003 16:07:08 +0000 (+0000) Subject: r4301: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~172 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=79f18c7d13f75a9139d079afbef9880b4663b188 r4301: Auto commit for Debian build --- diff --git a/package.lisp b/package.lisp index b91185c..fe22efd 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.38 2003/03/31 16:04:31 kevin Exp $ +;;;; $Id: package.lisp,v 1.39 2003/03/31 16:07:08 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -49,13 +49,9 @@ (eval-when (:compile-toplevel :load-toplevel :execute) (shadowing-import #+allegro - '(excl::compute-effective-slot-definition-initargs - ) + '(excl::compute-effective-slot-definition-initargs) #+lispworks - '(clos:class-slots clos::slot-definition-name - clos::standard-direct-slot-definition clos::standard-effective-slot-definition - clos::compute-effective-slot-definition-initargs - clos:make-method-lambda) + '(clos::compute-effective-slot-definition-initargs) #+kmr-sbcl-mop '(sb-pcl::compute-effective-slot-definition-initargs )