summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-13 11:59:26 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-13 11:59:26 +0000
commitcac9b346cd9007da1905e0dcde3ff00723338d67 (patch)
tree8e0e9bc12c545652416bb2c2e4f609bac5fbb80a /embed.fnc
parent727879eb6b2788a9f5fecb8eee8070dfc0b326b7 (diff)
downloadperl-cac9b346cd9007da1905e0dcde3ff00723338d67.tar.gz
Reorder the *more* arena allocation functions into a block
As they are now ahead of their corresponding *new* functions, no need for all the embedding guff. Remove all the "register" keywords. p4raw-id: //depot/perl@24460
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc15
1 files changed, 0 insertions, 15 deletions
diff --git a/embed.fnc b/embed.fnc
index 1260badc0f..c4ffe37a76 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -993,7 +993,6 @@ s |void |require_errno |GV *gv
#if defined(PERL_IN_HV_C) || defined(PERL_DECL_PROT)
s |void |hsplit |HV *hv
s |void |hfreeentries |HV *hv
-s |void |more_he
s |HE* |new_he
s |void |del_he |HE *p
s |HEK* |save_hek_flags |const char *str|I32 len|U32 hash|int flags
@@ -1181,20 +1180,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 |SV* |more_sv
-s |void |more_xiv
-s |void |more_xnv
-s |void |more_xpv
-s |void |more_xpviv
-s |void |more_xpvnv
-s |void |more_xpvcv
-s |void |more_xpvav
-s |void |more_xpvhv
-s |void |more_xpvmg
-s |void |more_xpvgv
-s |void |more_xpvlv
-s |void |more_xpvbm
-s |void |more_xrv
s |XPVIV* |new_xiv
s |XPVNV* |new_xnv
s |XPV* |new_xpv