From 7db92d95e7d74c430dd0ba0aa41aecaf3eb558d8 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 25 Mar 2003 16:04:18 +0000 Subject: [PATCH] r4259: Auto commit for Debian build --- package.lisp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.lisp b/package.lisp index 3693970..e7b9283 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.32 2003/03/25 14:28:53 kevin Exp $ +;;;; $Id: package.lisp,v 1.33 2003/03/25 16:04:18 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -57,12 +57,9 @@ clos::compute-effective-slot-definition-initargs clos:slot-value-using-class) #+kmr-sbcl-mop - '(sb-pcl:slot-definition-name sb-pcl:finalize-inheritance - sb-pcl::standard-direct-slot-definition - sb-pcl::standard-effective-slot-definition sb-pcl:validate-superclass - sb-pcl:direct-slot-definition-class sb-pcl:compute-effective-slot-definition - sb-pcl::compute-effective-slot-definition-initargs - sb-pcl:slot-value-using-class) + '(sb-pcl::standard-direct-slot-definition + sb-pcl::standard-effective-slot-definition + 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