X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=dc9fc2157d3473e5a1874375869ab71ba6f552b4;hb=261fcdab08d4144aee77d6e62cd6bdfc3c1a418e;hp=65a7bb4eeb7837528e5c35fa707091a5c0254284;hpb=aa924a5a9419ef5f1f81112bb1826bb7171ca797;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 65a7bb4..dc9fc21 100644 --- a/proto.h +++ b/proto.h @@ -1357,6 +1357,9 @@ PERL_CALLCONV SV* Perl_new_version(pTHX_ SV *ver) PERL_CALLCONV SV* Perl_upg_version(pTHX_ SV *ver) __attribute__nonnull__(pTHX_1); +PERL_CALLCONV bool Perl_vverify(pTHX_ SV *vs) + __attribute__nonnull__(pTHX_1); + PERL_CALLCONV SV* Perl_vnumify(pTHX_ SV *vs) __attribute__nonnull__(pTHX_1);