This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Small tidyups in S_incpush() and S_mayberelocate()
authorNicholas Clark <nick@ccl4.org>
Thu, 24 Nov 2011 19:38:08 +0000 (20:38 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 3 Dec 2011 12:34:21 +0000 (13:34 +0100)
commit5a702b9ac51e9c840d6b8bac0725b156789b8972
tree1e91d31547331db2f23770c2001a3ce7071c6daf
parentfc81b7184d0fd04bc43121a2a4a96d7863dfc569
Small tidyups in S_incpush() and S_mayberelocate()

Following commit 816005240f1a3b99, which moved VMS-specific code, we can now
assign to subdir at the point of declaration. After the refactoring that
moved code into S_mayberelocate(), we can assign to libdir at the point of
declaration. In turn, this allows the merging of two #ifndef PERL_IS_MINIPERL
blocks. Remove a blank line from S_mayberelocate().
perl.c