Skip to content
Snippets Groups Projects
Commit c79ff02d authored by dtc's avatar dtc
Browse files

Move the symbol %defpackage from the LISP to the KERNEL package and

export it.
parent e4730b12
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.168 2000/05/02 04:44:03 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.169 2000/05/23 05:43:14 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1622,7 +1622,7 @@ ...@@ -1622,7 +1622,7 @@
"INFINITE-ERROR-PROTECT" "INFINITE-ERROR-PROTECT"
"FIND-CALLER-NAME" "OLD-IN-PACKAGE" "FIND-CALLER-NAME" "OLD-IN-PACKAGE"
"%SET-SYMBOL-VALUE" "%SET-SYMBOL-PACKAGE" "OUTPUT-SYMBOL-NAME" "%SET-SYMBOL-VALUE" "%SET-SYMBOL-PACKAGE" "OUTPUT-SYMBOL-NAME"
"FSET" "RAW-DEFINITION" "%IN-PACKAGE" "FSET" "RAW-DEFINITION" "%IN-PACKAGE" "%DEFPACKAGE"
"INVOKE-MACROEXPAND-HOOK" "TYPEDEF-INIT" "DEFAULT-STRUCTURE-PRINT" "INVOKE-MACROEXPAND-HOOK" "TYPEDEF-INIT" "DEFAULT-STRUCTURE-PRINT"
"LAYOUT" "LAYOUT-LENGTH" "RATIOP" "FIXNUMP" "LAYOUT" "LAYOUT-LENGTH" "RATIOP" "FIXNUMP"
"LAMBDA-WITH-ENVIRONMENT" "LAYOUT-PURE" "DSD-RAW-TYPE" "LAMBDA-WITH-ENVIRONMENT" "LAYOUT-PURE" "DSD-RAW-TYPE"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/package.lisp,v 1.52 1999/05/04 13:11:59 pw Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/package.lisp,v 1.53 2000/05/23 05:43:14 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
map-apropos)) map-apropos))
(in-package "KERNEL") (in-package "KERNEL")
(export '(%in-package old-in-package)) (export '(%in-package old-in-package %defpackage))
(in-package "LISP") (in-package "LISP")
......
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