Skip to content
Snippets Groups Projects
Commit 5b810510 authored by wlott's avatar wlott
Browse files

This commit was generated by cvs2svn to compensate for changes in r670,

which included commits to RCS files with non-trunk default branches.
parents cf474b73 7080b1e9
No related branches found
No related tags found
No related merge requests found
...@@ -58,11 +58,13 @@ ...@@ -58,11 +58,13 @@
(functionp (%primitive fast-symbol-function name)) (functionp (%primitive fast-symbol-function name))
(functionp (gethash (cadr name) *setf-functions*)))) (functionp (gethash (cadr name) *setf-functions*))))
#+new-compiler
(defvar *the-undefined-function*)
#+new-compiler #+new-compiler
(defun fmakunbound (name) (defun fmakunbound (name)
"Make Name have no global function definition." "Make Name have no global function definition."
(with-function-name name (with-function-name name
(%primitive set-symbol-function name (%primitive set-symbol-function name *the-undefined-function*)
(%primitive make-immediate-type 0 %trap-type))
(remhash (cadr name) *setf-functions*)) (remhash (cadr name) *setf-functions*))
t) t)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment