From 0d951dc92f38f4a68ba043fbad66bb8234c583c6 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 29 Jul 1992 16:04:36 +0000
Subject: [PATCH] Import C:BRANCH and C:FLUSHABLE so we can export them without
 causing problems for the MIPS, SPARC, etc. packages because they want to
 USE-PACKAGE both us and C.

---
 compiler/new-assem.lisp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/compiler/new-assem.lisp b/compiler/new-assem.lisp
index 962022595..cf3f4a767 100644
--- a/compiler/new-assem.lisp
+++ b/compiler/new-assem.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.11 1992/07/27 16:52:05 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.12 1992/07/29 16:04:36 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -17,6 +17,9 @@
 ;;;
 (in-package :new-assem)
 
+(import 'c:branch)
+(import 'c:flushable)
+
 (export '(emit-byte emit-skip emit-back-patch emit-chooser emit-postit
 	  define-emitter define-instruction define-instruction-macro
 	  def-assembler-params branch flushable
-- 
GitLab