summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-08-20 14:14:34 +0100
committerNicholas Clark <nick@ccl4.org>2010-08-20 17:34:39 +0100
commit029821316c3d1268a765152507ac4ffb64746558 (patch)
treeea3380126d503c6a06b58ff518a2ebaaf5c5a803 /embed.fnc
parent29657bb6c05aaef4172308097542f56a92e02a08 (diff)
downloadperl-029821316c3d1268a765152507ac4ffb64746558.tar.gz
In sv.c, pass in values to S_more_bodies, instead of using bodies_by_type.
Also fix one value passed to the debugging *_printf() in the #else block.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 1e27e88bc7..76cd2f804c 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1907,7 +1907,8 @@ sn |char * |F0convert |NV nv|NN char *const endbuf|NN STRLEN *const len
sM |void |sv_release_COW |NN SV *sv|NN const char *pvx|NN SV *after
# endif
s |SV * |more_sv
-s |void * |more_bodies |const svtype sv_type
+s |void * |more_bodies |const svtype sv_type|const size_t body_size \
+ |const size_t arena_size
s |bool |sv_2iuv_common |NN SV *const sv
s |void |glob_assign_glob|NN SV *const dstr|NN SV *const sstr \
|const int dtype