summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-11-01 17:20:18 +0000
committerSteve Hay <SteveHay@planit.com>2005-11-01 17:20:18 +0000
commit894c2b083b1e4572e2659df88232cabcb8df0790 (patch)
tree4584c557992655b88edf462cfac4cbbefbf4294f /perl.h
parent8c654ff2610478421e870f364dd74578fcc21373 (diff)
downloadperl-894c2b083b1e4572e2659df88232cabcb8df0790.tar.gz
This *really* should clear up Win32's Perl_do_exec undefined warnings
p4raw-id: //depot/perl@25947
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index 10fcd4b3ae..d3eef2c831 100644
--- 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