summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-18 19:08:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-18 19:08:40 +0000
commit1a3327fb7deb3868ef5f43054de7364d8208e8e7 (patch)
tree8c980bb5a7ab704f0859cfe55e81e499a7ca69bd /proto.h
parentf78bfc9cd1f8635ff74b5498755525103ee2e6b3 (diff)
downloadperl-1a3327fb7deb3868ef5f43054de7364d8208e8e7.tar.gz
Add newSVuv().
p4raw-id: //depot/cfgperl@5803
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 37a7bdc8a7..1be9992ffb 100644
--- a/proto.h
+++ b/proto.h
@@ -541,6 +541,7 @@ PERL_CALLCONV SV* Perl_newSV(pTHX_ STRLEN len);
PERL_CALLCONV OP* Perl_newSVREF(pTHX_ OP* o);
PERL_CALLCONV OP* Perl_newSVOP(pTHX_ I32 type, I32 flags, SV* sv);
PERL_CALLCONV SV* Perl_newSViv(pTHX_ IV i);
+PERL_CALLCONV SV* Perl_newSVuv(pTHX_ UV u);
PERL_CALLCONV SV* Perl_newSVnv(pTHX_ NV n);
PERL_CALLCONV SV* Perl_newSVpv(pTHX_ const char* s, STRLEN len);
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char* s, STRLEN len);