From 4f187ae561291d47d97dd138cb094afe5ec80cac Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 26 Apr 1990 21:45:22 +0000
Subject: [PATCH] Nuke sap+ from the compiler package also.

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

diff --git a/code/exports.lisp b/code/exports.lisp
index 004c7e10a..1b1c73e7c 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.13 1990/04/26 20:09:27 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.14 1990/04/26 21:45:22 wlott Exp $
 ;;;
 ;;; All the stuff necessary to export various symbols from various packages.
 ;;;
@@ -34,6 +34,7 @@
   (nuke "CONCAT-PNAMES" "LISP")
   (nuke "ONCE-ONLY" "COMPILER")
   (nuke "CONSTANT" "COMPILER")
+  (nuke "SAP+" "COMPILER")
   (nuke "SAP+" "LISP"))
 
 (labels
-- 
GitLab