diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-08-20 14:14:34 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-08-20 17:34:39 +0100 |
commit | 029821316c3d1268a765152507ac4ffb64746558 (patch) | |
tree | ea3380126d503c6a06b58ff518a2ebaaf5c5a803 /embed.fnc | |
parent | 29657bb6c05aaef4172308097542f56a92e02a08 (diff) | |
download | perl-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.fnc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |