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 @@
(functionp (%primitive fast-symbol-function name))
(functionp (gethash (cadr name) *setf-functions*))))
#+new-compiler
(defvar *the-undefined-function*)
#+new-compiler
(defun fmakunbound (name)
"Make Name have no global function definition."
(with-function-name name
(%primitive set-symbol-function name
(%primitive make-immediate-type 0 %trap-type))
(%primitive set-symbol-function name *the-undefined-function*)
(remhash (cadr name) *setf-functions*))
t)
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