summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-02-13 12:27:56 +0000
committerDavid Mitchell <davem@iabyn.com>2009-03-22 00:11:46 +0000
commit5f9e9d12f9b91d15f5287353e242748cb029b693 (patch)
tree95b44877485d9bcab6e4ab5ea1463dad791a7f9a /embed.fnc
parentd79c78d1df0598e632ce13a1c353108647036185 (diff)
downloadperl-5f9e9d12f9b91d15f5287353e242748cb029b693.tar.gz
pp_system explicitly passes NULL to do_aspawn, so NULL must be "OK"
*Now* my Win32 DEBUGGING build works :-) p4raw-id: //depot/perl@33300 (cherry picked from commit a3e405b265335c7002fb234702f4c800f4a9accb)
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 3bb4226d47..9711f5a2dd 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -209,7 +209,7 @@ p |bool |do_exec |NN const char* cmd
#endif
#if defined(WIN32) || defined(__SYMBIAN32__)
-Ap |int |do_aspawn |NN SV* really|NN SV** mark|NN SV** sp
+Ap |int |do_aspawn |NULLOK SV* really|NN SV** mark|NN SV** sp
Ap |int |do_spawn |NN char* cmd
Ap |int |do_spawn_nowait|NN char* cmd
#endif