diff --git a/bootfiles/18c/boot3.lisp b/bootfiles/18c/boot3.lisp new file mode 100644 index 0000000000000000000000000000000000000000..b432038362e53777acffb165668c9a68f0dcf3da --- /dev/null +++ b/bootfiles/18c/boot3.lisp @@ -0,0 +1,15 @@ +;;; 3/13/01 Got rid of some symbols that didn't belong in CL package. +;;; Moved get-setf-method to extensions package since it is still used. +;;; Should be easy enough to flush later as it just calls +;;; get-setf-expansion checking for a single store value. +;;; +;;; Load this into compiler before attempting to worldcom/comcom. + +(unexport '(GET-SETF-METHOD-MULTIPLE-VALUE + LOGICAL-PATHNAME-P + DEFINE-SETF-METHOD + HASH-TABLE-WEAK-P + GET-SETF-METHOD) + :lisp) + +(load "target:code/exports.lisp")