From 894c2b083b1e4572e2659df88232cabcb8df0790 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 1 Nov 2005 17:20:18 +0000 Subject: [PATCH] This *really* should clear up Win32's Perl_do_exec undefined warnings p4raw-id: //depot/perl@25947 --- perl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/perl.h b/perl.h index 10fcd4b..d3eef2c 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 -- 1.8.3.1