From 40959be3760b5bc6dcf5ddf48cad0b74d1f3bc39 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 5 Oct 1994 16:03:36 +0000
Subject: [PATCH] Added back compilation of code/globals so that we can
 suppress hemlock-related undefined warnings.

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

diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index fad53b97a..543270a2e 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.69 1994/06/06 00:05:45 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.70 1994/10/05 16:03:36 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -93,6 +93,7 @@
 ;;; these guys can supposedly come in any order, but not really.
 ;;; some are put at the end so macros don't run interpreted and stuff.
 
+(comf "target:code/globals")
 (comf "target:code/kernel")
 (comf "target:code/lispinit")
 (comf "target:code/fdefinition")
-- 
GitLab