0.8alpha.0.9:
[sbcl.git] / src / compiler / macros.lisp
index f6e4fb0..d30e87a 100644 (file)
      ,@body))
 
 (defmacro with-component-last-block ((component block) &body body)
-  (let ((old-last-block (gensym "OLD-LAST-BLOCK")))
+  (with-unique-names (old-last-block)
     (once-only ((component component)
                 (block block))
       `(let ((,old-last-block (component-last-block ,component)))