# New Ticket Created by Paul Cochrane # Please include the string: [perl #46619] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46619 >
In src/pmc/integer.pmc there is the todo item (with some context): /* XXX create MMD headers to in Pmc2c.pm */ extern INTVAL Parrot_BigInt_is_equal_BigInt(PARROT_INTERP, PMC*, PMC*); extern PMC *Parrot_BigInt_multiply_int(PARROT_INTERP, PMC *pmc, INTVAL value, PMC *dest); This means (something along the lines of) create the multi method dispatch headers automatically in Pmc2c.pm as well as the routines.