This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c654ff
)
This *really* should clear up Win32's Perl_do_exec undefined warnings
author
Steve Hay
<SteveHay@planit.com>
Tue, 1 Nov 2005 17:20:18 +0000
(17:20 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Tue, 1 Nov 2005 17:20:18 +0000
(17:20 +0000)
p4raw-id: //depot/perl@25947
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
10fcd4b
..
d3eef2c
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-5398,9
+5398,6
@@
extern void moncontrol(int);
do_openn(g, n, l, a, rm, rp, sf, (SV **) NULL, 0)
#ifdef PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION
# define do_exec(cmd) do_exec3(cmd,0,0)
-#else
-/* do_exec is a real function implemented in a platform specific file. */
-# define do_exec Perl_do_exec
#endif
#ifdef OS2
# define do_aexec Perl_do_aexec