From 97b449be5b5ef58745b2681dc0e6a144598bbfb0 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 9 Jun 1990 17:30:12 +0000
Subject: [PATCH] Import lisp::%set-sap-ref-{sap,32,16,8} into the C package.

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

diff --git a/code/exports.lisp b/code/exports.lisp
index d842e68be..265d450b5 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.31 1990/06/08 15:06:50 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.32 1990/06/09 17:30:12 wlott Exp $
 ;;;
 ;;; All the stuff necessary to export various symbols from various packages.
 ;;;
@@ -535,6 +535,10 @@
 	  %set-fdefinition
 	  %set-fill-pointer
 	  %set-row-major-aref
+	  %set-sap-ref-sap
+	  %set-sap-ref-32
+	  %set-sap-ref-16
+	  %set-sap-ref-8
 	  %setelt
 	  %setnth
 	  %sp-set-definition
-- 
GitLab