From c82178183c16cc86cb62e5447b2a71481f82a5a7 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 28 Oct 1994 21:34:33 +0000 Subject: [PATCH] Need to load PCL before CLX. --- tools/hemcom.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp index 56973ab43..6241150e8 100644 --- a/tools/hemcom.lisp +++ b/tools/hemcom.lisp @@ -41,6 +41,8 @@ ;;; (when (probe-file (make-pathname :defaults "target:clx/clx-library" :type (c:backend-fasl-file-type c:*backend*))) + #+(and (not pcl) (not no-pcl-clx)) + (load "target:pcl/pclload") (load "target:clx/clx-library")) (with-compiler-log-file -- GitLab