summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-02-09 23:00:09 +0000
committerhv <hv@crypt.org>2003-02-16 13:08:52 +0000
commit8c4d3c904bc47216a128a948cce979bf46eb0682 (patch)
tree9b637c2d91692337ee0893766a2ba9d8af6a5c48 /embed.fnc
parent4927db4444d4255bf5c9a54ba1d153bb533bd274 (diff)
downloadperl-8c4d3c904bc47216a128a948cce979bf46eb0682.tar.gz
inline SvREFCNT_dec:
Subject: [PATCH] Copy on write for $& and $1... Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18725
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index c59106af1a..ae820cb250 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -726,6 +726,7 @@ Ap |void |sv_dump |SV* sv
Apd |bool |sv_derived_from|SV* sv|const char* name
Apd |I32 |sv_eq |SV* sv1|SV* sv2
Apd |void |sv_free |SV* sv
+po |void |sv_free2 |SV* sv
pd |void |sv_free_arenas
Apd |char* |sv_gets |SV* sv|PerlIO* fp|I32 append
Apd |char* |sv_grow |SV* sv|STRLEN newlen