diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-30 08:23:29 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-30 08:23:29 +0000 |
commit | 9555a685dbd794b0e9f549335341b2a3b1ea3da5 (patch) | |
tree | 933cd09924b968254d8106493919ea79a1d15676 /embed.fnc | |
parent | e4dba78629baadf544a977b8105c4c2d93050b21 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |