From f80c5972c43f7b1bfaabc9f3c7535b685c9b63c1 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 25 Apr 1991 13:32:15 +0000
Subject: [PATCH] Made SEQ be compiled safe because I don't feel like putting
 in all that explicit bounds checking.

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

diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index 8eabc7309..cc4fc7434 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -82,9 +82,9 @@
 
 (with-compilation-unit
   (:optimize '(optimize (safety 1)))
-  (comf "target:code/list"))
+  (comf "target:code/list")
+  (comf "target:code/seq")) ; seq must come after list
 
-(comf "target:code/seq") ; seq must come after list
 (comf "target:code/string")
 (comf "target:code/mipsstrops")
 
-- 
GitLab