Skip to content
Snippets Groups Projects
Commit b290872e authored by pw's avatar pw
Browse files

Aid removal of extraneous non-CL exports and moving of get-setf-method

to extensions package.
parent 7820cb47
No related branches found
No related tags found
No related merge requests found
;;; 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")
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