Make the 5.9 changes to B conditional on perl version.
[p5sagit/p5-mst-13.2.git] / 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