1.0.48.28: make TRULY-THE macroexpandable
[sbcl.git] / src / compiler / assem.lisp
index 5fa14f2..7cdc688 100644 (file)
                                body)))))))))
   (def sb!int:def!macro macroexpand)
   #+sb-xc-host
-  (def sb!xc:defmacro sb!xc:macroexpand))
+  (def sb!xc:defmacro %macroexpand))
 
 (defmacro inst (&whole whole instruction &rest args &environment env)
   #!+sb-doc