summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-11 16:01:03 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-11 16:01:03 +0000
commitccc2aad8d8e6103f3ad40cea21552777ca27f419 (patch)
tree04e2363d70b37ad86e1e02fcfc8b31bb8bb69d4c /perl.c
parent95892189e5952023abe99c0858f9cc0d07d61370 (diff)
downloadperl-ccc2aad8d8e6103f3ad40cea21552777ca27f419.tar.gz
VMS build tweaks (from Charles Bailey)
p4raw-id: //depot/perl@5647
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 715f4da4ae..f26acb423f 100644
--- a/perl.c
+++ b/perl.c
@@ -3402,8 +3402,8 @@ S_incpush(pTHX_ char *p, int addsubdirs, int addoldvers)
av_push(GvAVn(PL_incgv), newSVsv(subdir));
}
- if (addoldvers) {
#ifdef PERL_INC_VERSION_LIST
+ if (addoldvers) {
for (incver = incverlist; *incver; incver++) {
/* .../xxx if -d .../xxx */
Perl_sv_setpvf(aTHX_ subdir, "%"SVf"/%s", libdir, *incver);