From e289d303f9570b68f8a45b2e855d5f6cd501bbfe Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 12 Dec 1990 16:44:43 +0000 Subject: [PATCH] Just load pcl:pclload and let it load everything else. --- tools/worldload.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/worldload.lisp b/tools/worldload.lisp index a88a00f2c..2585b0fa7 100644 --- a/tools/worldload.lisp +++ b/tools/worldload.lisp @@ -140,8 +140,7 @@ Don't install any dir translations, 'cause we want the real things. ;;; PCL. ;;; -#-no-pcl (load "pcl:defsys") -#-no-pcl (pcl::load-pcl) +#-no-pcl (load "pcl:pclload") ;;; Load these after PCL. -- GitLab