From 79f18c7d13f75a9139d079afbef9880b4663b188 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 31 Mar 2003 16:07:08 +0000 Subject: [PATCH] r4301: Auto commit for Debian build --- package.lisp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 ) -- 2.34.1