summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 08:38:07 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 08:38:07 +0000
commita9f96b3fd8bd68e3c0062e4f23c142442340b0b5 (patch)
tree490643ed9d7e00a107119e6564f7164ba9b796d1 /embed.fnc
parent9555a685dbd794b0e9f549335341b2a3b1ea3da5 (diff)
downloadperl-a9f96b3fd8bd68e3c0062e4f23c142442340b0b5.tar.gz
Replace do_aexec() with a macro to call do_aexec5() with the two extra
0 arguments. Move the old body to mathoms.c p4raw-id: //depot/perl@25891
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 429a213e69..7c0c47a9bb 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -177,7 +177,7 @@ Afp |OP* |die |NULLOK const char* pat|...
p |OP* |vdie |NULLOK const char* pat|NULLOK va_list* args
p |OP* |die_where |NULLOK const char* message|STRLEN msglen
Ap |void |dounwind |I32 cxix
-p |bool |do_aexec |NULLOK SV* really|NN SV** mark|NN SV** sp
+pmb |bool |do_aexec |NULLOK SV* really|NN SV** mark|NN SV** sp
p |bool |do_aexec5 |NULLOK SV* really|NN SV** mark|NN SV** sp|int fd|int flag
Ap |int |do_binmode |NN PerlIO *fp|int iotype|int mode
p |void |do_chop |NN SV* asv|NN SV* sv