Skip to content
Snippets Groups Projects
Commit 50af378f authored by wlott's avatar wlott
Browse files

Added import of kernel:index and kernel:system-area-copy.

parent 6f491b98
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.2 1992/01/28 08:40:34 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sap.lisp,v 1.3 1992/01/29 06:30:46 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
%set-sap-ref-8 %set-sap-ref-single %set-sap-ref-double)) %set-sap-ref-8 %set-sap-ref-single %set-sap-ref-double))
(in-package "SYSTEM") (in-package "SYSTEM")
(import '(kernel:system-area-copy kernel:index))
;;;; 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