From 7b86e870f036dabfcfe2d11ea0c2ddff0f3749a9 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 15 May 1991 16:34:55 +0000
Subject: [PATCH] Added inspect to the compile (conditional on CLX).

---
 tools/worldcom.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index 5e1edcebe..608d8f63b 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -160,7 +160,8 @@
 
 ;;; Later so that miscellaneous structures are defined (not crucial, but nice.)
 (comf "target:code/describe")
-;(comf "target:code/inspect")
+#+clx
+(comf "target:code/inspect")
 (comf "target:code/tty-inspect")
 
 (comf "target:code/format-time")
-- 
GitLab