diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-16 22:06:57 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-16 22:06:57 +0000 |
commit | aeb18a1e6ec30416322d12056d5c9acd228820fd (patch) | |
tree | 381b80fb6736c4ef1dfbeea7258582098df6310d /embed.fnc | |
parent | de042e1d2e11e0df64860adbcae018c3825ab1a5 (diff) | |
download | perl-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.fnc | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -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 |