In makedef.pl, consolidate all the code conditional on PERL_IMPLICIT_SYS.
authorNicholas Clark <nick@ccl4.org>
Mon, 25 Jul 2011 13:00:41 +0000 (15:00 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:54 +0000 (11:53 +0200)
commit2c84c9190df766f333ce2d136530a799132a4b50
tree188cf46ac5d690c1d280d428cbf81b339c9767bc
parentddd6f63f626d9c2ff5b343ad33e687fc4772f60a
In makedef.pl, consolidate all the code conditional on PERL_IMPLICIT_SYS.

Previously the conditional skips were for all platforms (in two places, both
added in commit 7766f1371a6d2b58, whereas the conditional additions to the
export lists were in platform specific blocks for Win32, WinCE and NetWare.
Given that only those 3 platforms can (currently) build with
-DPERL_IMPLICIT_SYS, it's safe to implicitly remove the platform check for
those export additions by moving the code.
makedef.pl