X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=94273185bcb011227277b13a4df3f5b045ec4fa6;hb=2d4f75d824b1e4a07a6bdaed865c431ed786bc5b;hp=94d452bcdd76606a4ec72a55fe1b439daf8d47fa;hpb=c9386c508a27852a6ae9da0569a9c4398ba9c58f;p=hyperobject.git diff --git a/package.lisp b/package.lisp index 94d452b..9427318 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.28 2003/03/25 07:01:22 kevin Exp $ +;;;; $Id: package.lisp,v 1.29 2003/03/25 14:00:53 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -38,7 +38,7 @@ (eval-when (:compile-toplevel :load-toplevel :execute) (if (find-package 'sb-mop) (pushnew :sb-mop cl:*features*) - (pushnew :sb-acl cl:*features*))) + (pushnew :sb-pcl cl:*features*))) (eval-when (:compile-toplevel :load-toplevel :execute) (shadowing-import @@ -95,5 +95,5 @@ (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-acl cl:*features*)))) + (setq cl:*features* (delete :sb-pcl cl:*features*))))