Skip to content
Snippets Groups Projects
Commit 9b435021 authored by ram's avatar ram
Browse files

Removed compilation of clx-ext and inspect. These are now compiled by clxcom.

parent 247acb30
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.39 1992/04/30 19:43:41 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.40 1992/05/22 17:37:32 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -160,8 +160,6 @@ ...@@ -160,8 +160,6 @@
;;; Later so that miscellaneous structures are defined (not crucial, but nice.) ;;; Later so that miscellaneous structures are defined (not crucial, but nice.)
(comf "target:code/describe") (comf "target:code/describe")
#+(and clx (not no-hemlock) pcl)
(comf "target:code/inspect")
(comf "target:code/tty-inspect") (comf "target:code/tty-inspect")
(comf "target:code/format-time") (comf "target:code/format-time")
...@@ -170,9 +168,6 @@ ...@@ -170,9 +168,6 @@
(comf "target:code/loop") (comf "target:code/loop")
#+clx
(comf "target:code/clx-ext")
(comf "target:code/foreign") (comf "target:code/foreign")
(comf "target:code/internet") (comf "target:code/internet")
(comf "target:code/wire") (comf "target:code/wire")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment