Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Fri, Jun 25, 2004 at 09:46:53AM +0200, Leopold Toetsch wrote: >> >> Yep. I'd swap function names as well as argument order, so that >> everything matches the vtable prototype.
> void Parrot_PMC_set_intkey_intval(Parrot_INTERP interp, Parrot_PMC > pmc, Parrot_Int value, Parrot_Int key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ "as well as argument order" But I don't care, as long as vtables remain ;) > Nicholas Clark leo