Re: [svn:parrot] r31305 - in branches/pdd27mmd: include/parrot src

2008-09-22 Thread Allison Randal
chromatic wrote: On Sunday 21 September 2008 03:17:18 [EMAIL PROTECTED] wrote: +dod_unregister_pmc(interp, sig_object); [...] That's far away from registering the PMC; is there a way to move them closer together? We could register it after it's returned from 'Parrot_build_sig_object_fro

Re: [svn:parrot] r31305 - in branches/pdd27mmd: include/parrot src

2008-09-21 Thread chromatic
On Sunday 21 September 2008 03:17:18 [EMAIL PROTECTED] wrote: > --- branches/pdd27mmd/src/multidispatch.c   (original) > +++ branches/pdd27mmd/src/multidispatch.c   Sun Sep 21 03:17:16 2008 > @@ -599,6 +592,7 @@ >  #endif >   >      Parrot_pcc_invoke_sub_from_sig_object(interp, sub, sig_ob