summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-16 22:06:57 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-16 22:06:57 +0000
commitaeb18a1e6ec30416322d12056d5c9acd228820fd (patch)
tree381b80fb6736c4ef1dfbeea7258582098df6310d /embed.fnc
parentde042e1d2e11e0df64860adbcae018c3825ab1a5 (diff)
downloadperl-aeb18a1e6ec30416322d12056d5c9acd228820fd.tar.gz
Replace all the new/del static functions with calls to a single pair
of functions that uproot/plant bodies p4raw-id: //depot/perl@24878
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc22
1 files changed, 0 insertions, 22 deletions
diff --git a/embed.fnc b/embed.fnc
index 0f9fa96248..fb7740d0fc 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1222,28 +1222,6 @@ s |SV* |save_scalar_at |SV **sptr
#if defined(PERL_IN_SV_C) || defined(PERL_DECL_PROT)
s |IV |asIV |SV* sv
s |UV |asUV |SV* sv
-s |XPVNV* |new_xnv
-s |XPV* |new_xpv
-s |XPVIV* |new_xpviv
-s |XPVNV* |new_xpvnv
-s |XPVCV* |new_xpvcv
-s |XPVAV* |new_xpvav
-s |XPVHV* |new_xpvhv
-s |XPVMG* |new_xpvmg
-s |XPVGV* |new_xpvgv
-s |XPVLV* |new_xpvlv
-s |XPVBM* |new_xpvbm
-s |void |del_xnv |XPVNV* p
-s |void |del_xpv |XPV* p
-s |void |del_xpviv |XPVIV* p
-s |void |del_xpvnv |XPVNV* p
-s |void |del_xpvcv |XPVCV* p
-s |void |del_xpvav |XPVAV* p
-s |void |del_xpvhv |XPVHV* p
-s |void |del_xpvmg |XPVMG* p
-s |void |del_xpvgv |XPVGV* p
-s |void |del_xpvlv |XPVLV* p
-s |void |del_xpvbm |XPVBM* p
s |void |sv_unglob |SV* sv
s |void |not_a_number |SV *sv
s |I32 |visit |SVFUNC_t f|U32 flags|U32 mask