This *really* should clear up Win32's Perl_do_exec undefined warnings
authorSteve Hay <SteveHay@planit.com>
Tue, 1 Nov 2005 17:20:18 +0000 (17:20 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 1 Nov 2005 17:20:18 +0000 (17:20 +0000)
p4raw-id: //depot/perl@25947

perl.h

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