# New Ticket Created by Brad Bowman # Please include the string: [perl #38288] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38288 >
pdd11 seems to be out of step with extend.h Patch attached. Brad
--- ./docs/pdds/clip/pdd11_extending.pod.orig 2006-01-20 16:48:08.809688528 +0100 +++ ./docs/pdds/clip/pdd11_extending.pod 2006-01-20 16:52:25.958595952 +0100 @@ -273,7 +273,7 @@ =over 4 -=item C<Parrot_call(interp, Parrot_PMC sub, Parrot_Int argcount, ...)> +=item C<Parrot_call_sub(interp, Parrot_PMC sub, Parrot_Int argcount, ...)> Calls a Parrot subroutine, with C<argcount> PMC parameters. This function sets up Parrot's registers in line with the Parrot calling conventions; see