From 0f8da4fea388b98a5c8ba0f21fd7ba03b874b0dd Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 7 Jul 1990 00:19:25 +0000 Subject: [PATCH] Added sap-ref-{single,double,descriptor}. --- code/exports.lisp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index f7a7052c7..c9acbcb12 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.39 1990/07/04 21:21:19 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.40 1990/07/07 00:19:25 wlott Exp $ ;;; ;;; All the stuff necessary to export various symbols from various packages. ;;; @@ -435,13 +435,14 @@ remove-port-death-handler remove-port-object remove-xwindow-object resolve-loaded-assembler-references sap+ sap- sap-int sap-ref-16 sap-ref-32 sap-ref-8 sap-ref-sap - serve-all-events serve-event server server-message - short-float-radix signed-sap-ref-16 signed-sap-ref-32 - signed-sap-ref-8 single-float-radix symbol-macro-let - system-area-pointer system-area-pointer-p unproclaim unstructured - vector-sap wait-until-fd-usable with-enabled-interrupts - with-fd-handler with-interrupts with-reply-port with-stack-alien - without-gcing without-hemlock without-interrupts words)) + sap-ref-single sap-ref-double sap-ref-descriptor serve-all-events + serve-event server server-message short-float-radix + signed-sap-ref-16 signed-sap-ref-32 signed-sap-ref-8 + single-float-radix symbol-macro-let system-area-pointer + system-area-pointer-p unproclaim unstructured vector-sap + wait-until-fd-usable with-enabled-interrupts with-fd-handler + with-interrupts with-reply-port with-stack-alien without-gcing + without-hemlock without-interrupts words)) (in-package "USER") -- GitLab