Skip to content
Snippets Groups Projects
Commit 6f491b98 authored by wlott's avatar wlott
Browse files

Export things like %set-sap-ref-sap from KERNEL instead of importing them

into C.
parent b682602b
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sap.lisp,v 1.1 1991/11/18 10:43:04 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sap.lisp,v 1.2 1992/01/28 08:40:34 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -19,9 +19,11 @@ ...@@ -19,9 +19,11 @@
signed-sap-ref-8 signed-sap-ref-16 signed-sap-ref-32 signed-sap-ref-8 signed-sap-ref-16 signed-sap-ref-32
sap+ sap- sap< sap<= sap= sap>= sap>)) sap+ sap- sap< sap<= sap= sap>= sap>))
(import '(%set-sap-ref-8 %set-sap-ref-16 %set-sap-ref-32 %set-sap-ref-sap (in-package "KERNEL")
%set-sap-ref-single %set-sap-ref-double) (export '(%set-sap-ref-sap %set-sap-ref-32 %set-sap-ref-16
"C") %set-sap-ref-8 %set-sap-ref-single %set-sap-ref-double))
(in-package "SYSTEM")
;;;; Primitive SAP operations. ;;;; Primitive SAP operations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment