diff --git a/code/symbol.lisp b/code/symbol.lisp index 59d0a026afe95793f129c0d0b694ff956d35039a..455006f44639ac38d19d0a1c0dfe04e5e2c8b103 100644 --- a/code/symbol.lisp +++ b/code/symbol.lisp @@ -29,7 +29,10 @@ (defun makunbound (variable) "VARIABLE must evaluate to a symbol. This symbol is made unbound, removing any value it may currently have." - (makunbound variable)) + (set variable + (%primitive make-other-immediate-type + 0 + vm:unbound-marker-type))) (defun symbol-value (variable) "VARIABLE must evaluate to a symbol. This symbol's current special