summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-21 14:04:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-21 14:04:41 +0000
commite1c57cef4ab5e7ff7a568c339d671a16148368b3 (patch)
tree18e26650d309b5d9d70ce0add3e58a862c39f158 /proto.h
parent93dfd55ec6c7f4ad52d53a9c024a8ac903bff254 (diff)
downloadperl-e1c57cef4ab5e7ff7a568c339d671a16148368b3.tar.gz
Put back the #8840, it was innocent.
p4raw-id: //depot/perl@8870
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 10ef21ac77..a33e8b7566 100644
--- a/proto.h
+++ b/proto.h
@@ -779,6 +779,7 @@ PERL_CALLCONV void Perl_sv_setpviv(pTHX_ SV* sv, IV num);
PERL_CALLCONV void Perl_sv_setuv(pTHX_ SV* sv, UV num);
PERL_CALLCONV void Perl_sv_setnv(pTHX_ SV* sv, NV num);
PERL_CALLCONV SV* Perl_sv_setref_iv(pTHX_ SV* rv, const char* classname, IV iv);
+PERL_CALLCONV SV* Perl_sv_setref_uv(pTHX_ SV* rv, const char* classname, UV uv);
PERL_CALLCONV SV* Perl_sv_setref_nv(pTHX_ SV* rv, const char* classname, NV nv);
PERL_CALLCONV SV* Perl_sv_setref_pv(pTHX_ SV* rv, const char* classname, void* pv);
PERL_CALLCONV SV* Perl_sv_setref_pvn(pTHX_ SV* rv, const char* classname, char* pv, STRLEN n);