diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 06:31:55 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 06:31:55 +0000 |
commit | 4ea817c67acbb0637159d692922fa81954793ad9 (patch) | |
tree | d678fab0fb3d32ff89900154847a56a3c59e0a55 /perl.c | |
parent | 3b2903621aacf4b1cc9b9d99f9a25167b486b91f (diff) | |
download | perl-4ea817c67acbb0637159d692922fa81954793ad9.tar.gz |
vendorlib support for Windows; regen win32/config*
p4raw-id: //depot/perl@5574
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3269,7 +3269,7 @@ S_init_perllib(pTHX) #endif #ifdef PERL_VENDORARCH_EXP - /* vendorarch is always relative to sitelib on Windows for + /* vendorarch is always relative to vendorlib on Windows for * DLL-based path intuition to work correctly */ # if !defined(WIN32) incpush(PERL_VENDORARCH_EXP, FALSE); |