diff options
author | Craig A. Berry <craigberry@mac.com> | 2008-02-22 00:20:45 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2008-02-22 00:20:45 +0000 |
commit | 9ec7171b93c2f7e007fcbb49144b664695f0d21b (patch) | |
tree | 4955fa71b2b55179bafb01711d939eaf575fb181 /embed.fnc | |
parent | 50edf520be9fa4c0e7982006bec3a6939b2f61a7 (diff) | |
download | perl-9ec7171b93c2f7e007fcbb49144b664695f0d21b.tar.gz |
Following 33291, on VMS we need to use the same prototypes other platforms
use in order to get the do_spawn-related assert macros defined. Based
on suggestions by John Malmberg.
p4raw-id: //depot/perl@33343
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ pmb |bool |do_exec |NN const char* cmd p |bool |do_exec |NN const char* cmd #endif -#if defined(WIN32) || defined(__SYMBIAN32__) +#if defined(WIN32) || defined(__SYMBIAN32__) || defined(VMS) 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 |