Index: lib/Parrot/Pmc2c/MethodEmitter.pm =================================================================== --- lib/Parrot/Pmc2c/MethodEmitter.pm (revision 38603) +++ lib/Parrot/Pmc2c/MethodEmitter.pm (working copy) @@ -111,7 +111,7 @@ $pmcarg = "SHIM($pmcarg)" if $self->pmc_unused; return <<"EOC"; -static $decs $ret${newl}Parrot_${pmcname}_$meth(PARROT_INTERP, $pmcarg$args)$semi +$decs $ret${newl}Parrot_${pmcname}_$meth(PARROT_INTERP, $pmcarg$args)$semi EOC }