summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 08:23:29 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 08:23:29 +0000
commit9555a685dbd794b0e9f549335341b2a3b1ea3da5 (patch)
tree933cd09924b968254d8106493919ea79a1d15676 /embed.fnc
parente4dba78629baadf544a977b8105c4c2d93050b21 (diff)
downloadperl-9555a685dbd794b0e9f549335341b2a3b1ea3da5.tar.gz
Replace do_exec() with a macro to call do_exec3() with the extra two
0 arguments. Move the old body to mathoms.c p4raw-id: //depot/perl@25890
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 842bb10bcf..429a213e69 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -183,7 +183,7 @@ Ap |int |do_binmode |NN PerlIO *fp|int iotype|int mode
p |void |do_chop |NN SV* asv|NN SV* sv
Ap |bool |do_close |NN GV* gv|bool not_implicit
p |bool |do_eof |NN GV* gv
-p |bool |do_exec |NN const char* cmd
+pmb |bool |do_exec |NN const char* cmd
#if defined(WIN32) || defined(__SYMBIAN32__)
Ap |int |do_aspawn |NN SV* really|NN SV** mark|NN SV** sp
Ap |int |do_spawn |NN char* cmd