summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-20 15:31:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-20 15:31:50 +0000
commit438cc6089d922e42fd6635c1b8212ad034402745 (patch)
treeb2ddf444b754ecf939209c93acccc8bf038450eb /proto.h
parent27dd2420592a44007a8d1534563f52fae745a50a (diff)
downloadperl-438cc6089d922e42fd6635c1b8212ad034402745.tar.gz
Retract the #8838 and #8840 for now because of
the DB_File tie problem. p4raw-id: //depot/perl@8846
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index a33e8b7566..10ef21ac77 100644
--- a/proto.h
+++ b/proto.h
@@ -779,7 +779,6 @@ 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);