X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=39a5e203b802ac3ec0054eb78636620d0b6133e1;hb=2d3cf3ee0325fce8b6dc25a062192e5963aa7940;hp=9dcf1c8b07bc31633eb8bc2d55716972e95b2321;hpb=29489e7c741791873ea464cb7e13d2b5a19577a7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 9dcf1c8..39a5e20 100644 --- a/proto.h +++ b/proto.h @@ -529,6 +529,7 @@ PERL_CALLCONV void Perl_package(pTHX_ OP* o); PERL_CALLCONV PADOFFSET Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype); PERL_CALLCONV PADOFFSET Perl_allocmy(pTHX_ char* name); PERL_CALLCONV PADOFFSET Perl_pad_findmy(pTHX_ char* name); +PERL_CALLCONV PADOFFSET Perl_find_rundefsvoffset(pTHX); PERL_CALLCONV OP* Perl_oopsAV(pTHX_ OP* o); PERL_CALLCONV OP* Perl_oopsHV(pTHX_ OP* o); PERL_CALLCONV void Perl_pad_leavemy(pTHX);