From b02fef2f819b52c623552615c165d695edfd3993 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 28 Oct 1994 21:30:11 +0000 Subject: [PATCH] Always load PCL if not loaded unless the no-pcl-clx feature is present. --- tools/clxcom.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/clxcom.lisp b/tools/clxcom.lisp index d932ad8ab..1609a9d21 100644 --- a/tools/clxcom.lisp +++ b/tools/clxcom.lisp @@ -7,6 +7,9 @@ (make-package "XLIB" :use '("LISP"))) +#+(and (not pcl) (not no-pcl-clx)) +(load "target:pcl/pclload") + (pushnew :clx-ansi-common-lisp *features*) (with-compiler-log-file -- GitLab