From 5b38c5f98d0e1a67d307a0c7e21aaf588130379b Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Mon, 1 Mar 1993 19:07:50 +0000
Subject: [PATCH] Load byte-interp.

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

diff --git a/tools/worldbuild.lisp b/tools/worldbuild.lisp
index dd1cbe5ec..3291a0046 100644
--- a/tools/worldbuild.lisp
+++ b/tools/worldbuild.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/worldbuild.lisp,v 1.19 1993/02/26 16:36:46 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.20 1993/03/01 19:07:50 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -68,6 +68,7 @@
 
     "target:code/kernel"
     "target:code/bit-bash"
+    "target:code/byte-interp"
     "target:code/array"
     "target:code/char"
     "target:code/lispinit"
-- 
GitLab