From: Kevin M. Rosenberg Date: Tue, 25 Mar 2003 14:04:03 +0000 (+0000) Subject: r4251: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~204 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=5235beedc3af6c50c63bb14d847327a7074ec336 r4251: Auto commit for Debian build --- diff --git a/package.lisp b/package.lisp index 9427318..246c3e0 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.29 2003/03/25 14:00:53 kevin Exp $ +;;;; $Id: package.lisp,v 1.30 2003/03/25 14:04:03 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -37,8 +37,8 @@ #+sbcl (eval-when (:compile-toplevel :load-toplevel :execute) (if (find-package 'sb-mop) - (pushnew :sb-mop cl:*features*) - (pushnew :sb-pcl cl:*features*))) + (pushnew :kmr-sbcl-mop cl:*features*) + (pushnew :kmr-sbcl-pcl cl:*features*))) (eval-when (:compile-toplevel :load-toplevel :execute) (shadowing-import @@ -54,16 +54,16 @@ clos:direct-slot-definition-class clos:compute-effective-slot-definition clos::compute-effective-slot-definition-initargs clos:slot-value-using-class) - #+sbcl-mop + #+kmr-sbcl-mop '(sb-mop:class-slots sb-mop::standard-class sb-mop:slot-definition-name sb-mop:finalize-inheritance sb-mop::standard-direct-slot-definition - sb-mop::standard-effective-slot-definition sb-pcl:validate-superclass + sb-mop::standard-effective-slot-definition sb-mop:validate-superclass sb-mop:direct-slot-definition-class sb-mop:compute-effective-slot-definition sb-mop::compute-effective-slot-definition-initargs sb-mop:slot-value-using-class) - #+sbcl-pcl + #+kmr-sbcl-pcl '(sb-pcl:class-of sb-pcl:class-name sb-pcl:class-slots sb-pcl:find-class sb-pcl::standard-class sb-pcl:slot-definition-name sb-pcl::finalize-inheritance @@ -94,6 +94,6 @@ #+sbcl (eval-when (:compile-toplevel :load-toplevel :execute) (if (find-package 'sb-mop) - (setq cl:*features* (delete :sb-mop cl:*features*)) - (setq cl:*features* (delete :sb-pcl cl:*features*)))) + (setq cl:*features* (delete :kmr-sbcl-mop cl:*features*)) + (setq cl:*features* (delete :kmr-sbcl-pcl cl:*features*))))