From: Jarkko Hietaniemi Date: Sun, 25 Jul 1999 16:02:28 +0000 (+0000) Subject: Cut-and-pasto in #3737. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=81c6dfba30e15b4c66bffa9d05458e72734d0c34;p=p5sagit%2Fp5-mst-13.2.git Cut-and-pasto in #3737. p4raw-id: //depot/cfgperl@3741 --- diff --git a/perl.c b/perl.c index b90bc7b..fab6492 100644 --- a/perl.c +++ b/perl.c @@ -2768,6 +2768,7 @@ S_init_perllib(pTHX) #else incpush(SITELIB_EXP, FALSE); #endif +#endif #if defined(PERL_VENDORLIB_EXP) #if defined(WIN32) incpush(PERLVENDORLIB_EXP, TRUE);