summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-02-24 11:02:43 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-25 14:58:00 +0000
commitdfe9444ca7881e716e9e8feaf20b55da491363ca (patch)
tree858ae366f65093b5a6cbd3e4e257b587547759ab /perl.c
parenteefabb09a1a549c1747d7c554d375ecb16cafff1 (diff)
downloadperl-dfe9444ca7881e716e9e8feaf20b55da491363ca.tar.gz
Re: ANNOUNCE: perl5.004_60 Configure patch is available
p4raw-id: //depot/perl@575
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/perl.c b/perl.c
index 41d2e04025..6b5b2f61b2 100644
--- a/perl.c
+++ b/perl.c
@@ -2631,7 +2631,7 @@ init_perllib(void)
}
/* Use the ~-expanded versions of APPLLIB (undocumented),
- ARCHLIB PRIVLIB SITEARCH SITELIB and OLDARCHLIB
+ ARCHLIB PRIVLIB SITEARCH and SITELIB
*/
#ifdef APPLLIB_EXP
incpush(APPLLIB_EXP, FALSE);
@@ -2651,10 +2651,6 @@ init_perllib(void)
#ifdef SITELIB_EXP
incpush(SITELIB_EXP, FALSE);
#endif
-#ifdef OLDARCHLIB_EXP /* 5.00[01] compatibility */
- incpush(OLDARCHLIB_EXP, FALSE);
-#endif
-
if (!tainting)
incpush(".", FALSE);
}