summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-12-16 14:52:22 +0000
committerDavid Mitchell <davem@iabyn.com>2016-02-03 09:18:34 +0000
commite02ce34b5a3c7daaf3131c6aea9a98f7dbbba1b5 (patch)
tree80fbfa076ae8ddbcc3fba3177d9ef0f7826f5616 /embed.fnc
parent799da9d7a389d2e825fba9c63b2f6876513385c7 (diff)
downloadperl-e02ce34b5a3c7daaf3131c6aea9a98f7dbbba1b5.tar.gz
make pp_return() use leave_adjust_stacks()
It was using S_leave_common(), but that's shortly to be removed. It also required adding an extra arg to leave_adjust_stacks() to indicate where to shift the return args to. This will also be needed for when we replace the remaining uses of S_leave_common() with leave_adjust_stacks().
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 b8c5810315..ddc2f32350 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2878,6 +2878,7 @@ Ei |STRLEN |sv_or_pv_pos_u2b|NN SV *sv|NN const char *pv|STRLEN pos \
EMpPX |SV* |_get_encoding
Xp |void |clear_defarray |NN AV* av|bool abandon
-ApM |void |leave_adjust_stacks|NN SV **base_sp|I32 gimme|int filter
+ApM |void |leave_adjust_stacks|NN SV **from_sp|NN SV **to_sp \
+ |I32 gimme|int filter
: ex: set ts=8 sts=4 sw=4 noet: