On Fri, 2003-09-05 at 05:49, Gerd Moellmann wrote: > Craig Lanning <[EMAIL PROTECTED]> writes: > > > I'm still seeing these: > > > > ; Note: Ignoring free ignore declaration for PCL::.METHOD-ARGS.. > > That looks like some PCL macro is generating superfluous declarations. > If you could extract something showing when this happens, I'd > appreciate that very much.
This app uses a lot of methods and has quite a few :around methods. My guess is that it might be related to compiling combined methods which contain uses of (call-next-method). I'll see what I can do to isolate one of these and see where it really is happening. Craig
