Skip to content
Snippets Groups Projects
Commit 7080b1e9 authored by wlott's avatar wlott
Browse files

Initial MIPS version.

parent e403f4b7
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