diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-19 13:46:08 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-01 11:53:50 +0200 |
commit | 7032c0a5a4aa2069ca10d78c9b30f9b4c1d2c43d (patch) | |
tree | 5b313e754c5d27d8e8ffe738297deace83c1295a /makedef.pl | |
parent | 5ce6bc4718156f490485636c95adf90397ad247e (diff) | |
download | perl-7032c0a5a4aa2069ca10d78c9b30f9b4c1d2c43d.tar.gz |
In makedef.pl, remove Perl_my_p{open,close} from 3 skip lists.
Both will already be correctly skipped by the existing code that
handles PERL_IMPLICIT_SYS.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/makedef.pl b/makedef.pl index ddce97b82a..e001066cdb 100644 --- a/makedef.pl +++ b/makedef.pl @@ -286,8 +286,6 @@ if ($PLATFORM eq 'win32') { Perl_setenv_getix PL_cshlen PL_cshname - Perl_my_pclose - Perl_my_popen )]; } elsif ($PLATFORM ne 'vms') { @@ -321,8 +319,6 @@ if ($PLATFORM eq 'wince') { Perl_setenv_getix PL_cshlen PL_cshname - Perl_my_pclose - Perl_my_popen )]; } elsif ($PLATFORM eq 'aix') { @@ -426,8 +422,6 @@ elsif ($PLATFORM eq 'netware') { Perl_setenv_getix PL_cshlen PL_cshname - Perl_my_pclose - Perl_my_popen )]; } elsif ($PLATFORM eq 'vms') { |