From b2b5d152e075b6786ca176ef61315d5d22e72504 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 25 Nov 1991 21:41:07 +0000 Subject: [PATCH] Rename the PCL package if it already exists. --- tools/pclcom.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/pclcom.lisp b/tools/pclcom.lisp index 065adad51..50fde09d3 100644 --- a/tools/pclcom.lisp +++ b/tools/pclcom.lisp @@ -1,6 +1,9 @@ (in-package "USER") +(when (find-package "PCL") + (rename-package "PCL" "OLD-PCL")) + (setf c:*suppress-values-declaration* t) (setf (search-list "pcl:") '("target:pcl/")) -- GitLab