[Openmcl-devel] [Patch] macroexpand-all and labels/flet
    R. Matthew Emerson 
    rme at clozure.com
       
    Thu Aug  6 16:29:36 PDT 2009
    
    
  
On Aug 3, 2009, at 4:17 PM, Stas Boukarev wrote:
> CCL expands wrongly
>
> (ccl:macroexpand-all
> '(macrolet ((foo () ''macro))
>   (flet ((foo () (foo)))
>     (foo))))
>
> and
>
> (ccl:macroexpand-all
> '(macrolet ((foo () ''macro))
>   (labels ((foo () (foo)))
>     (foo))))
>
> The attached patch should fix this.
Applied to the trunk in r12550, thanks.
    
    
More information about the Openmcl-devel
mailing list