This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
As WIN32 is already using different flags to incpush_use_sep for SITELIB_EXP,
authorNicholas Clark <nick@ccl4.org>
Mon, 16 Feb 2009 22:27:58 +0000 (22:27 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 16 Feb 2009 22:27:58 +0000 (22:27 +0000)
commit1fa74d9f2486a5a4ae9109d21458f9b93dfec557
tree53212f0caf0caf353a503f33be1be4915af4be1c
parent96e4a957123c0888bec702f32e27a3e1dfbdc767
As WIN32 is already using different flags to incpush_use_sep for SITELIB_EXP,
VENDORLIB_EXP and PRIVLIB_EXP, requiring conditional compilation, it doesn't
feel like extra complexity to make explict calls in S_init_perllib() to the 3
win32_*() functions they expand to, which allows a NULL pointer check.
perl.c