Skip to content
Snippets Groups Projects
Commit 44401a52 authored by wlott's avatar wlott
Browse files

Changed the import of a few kernel symbols to a use-package of kernel.

parent 50af378f
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.3 1992/01/29 06:30:46 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sap.lisp,v 1.4 1992/01/29 06:34:19 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
%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)) (use-package "KERNEL")
......
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