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

Have makunbound return the symbol (instead of the unbound marker).

parent 5090b81f
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@
(set variable
(%primitive make-other-immediate-type
0
vm:unbound-marker-type)))
vm:unbound-marker-type))
variable)
(defun symbol-value (variable)
"VARIABLE must evaluate to a symbol. This symbol's current special
......
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