From 95756ac46bfdb4e092c1aeecd6d366189a63a507 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 5 Dec 1991 05:27:44 +0000 Subject: [PATCH] Don't compile XP, because we don't load it anymore. --- tools/worldcom.lisp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp index 3e26a05ea..0a5f7bc7c 100644 --- a/tools/worldcom.lisp +++ b/tools/worldcom.lisp @@ -174,10 +174,6 @@ (comf "target:code/loop") -;;; XP won't cross-compile. -#+new-compiler -(comf "target:code/xp") - #+clx (comf "target:code/clx-ext") -- GitLab