On Sun, Aug 17, 2008 at 9:20 AM, mhelix <[EMAIL PROTECTED]> wrote: > The first named parameter isn't set if optional parameters are missing. The > function Parrot_process_args didn't > save the value of the argument. I used memcpy to copy the UnionVal. If > there's a neater way to do that please > fix my fix :) . > > It only adds a couple of lines to src/inter_call.c. Here's the diffstat > output:
Patch applied with some style changes in r30870 Looks like it solves several known problems, good job! -- Salu2