summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-04-03 23:14:34 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-04-03 23:14:34 +0000
commit677b06e3672f6584546f6a391abaf54a138910e8 (patch)
tree4f1bd1da5fb48e8b34995120a60559df6d3f2716 /proto.h
parent67caa1fef1ac64bae9d7c9deecbf100088307e6f (diff)
downloadperl-677b06e3672f6584546f6a391abaf54a138910e8.tar.gz
grow PL_tmps_stack more efficiently; make it more amenable to
STRESS_REALLOC testing p4raw-id: //depot/perl@3215
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 0b1c962e0c..cc98104ed4 100644
--- a/proto.h
+++ b/proto.h
@@ -715,7 +715,6 @@ void del_xiv _((XPVIV* p));
void del_xnv _((XPVNV* p));
void del_xpv _((XPV* p));
void del_xrv _((XRV* p));
-void sv_mortalgrow _((void));
void sv_unglob _((SV* sv));
I32 avhv_index_sv _((SV* sv));
@@ -967,3 +966,5 @@ VIRTUAL void reginitcolors _((void));
VIRTUAL char* sv_2pv_nolen _((SV* sv));
VIRTUAL char* sv_pv _((SV *sv));
VIRTUAL void sv_force_normal _((SV *sv));
+VIRTUAL void tmps_grow _((I32 n));
+