From: Nicholas Clark Date: Sun, 22 Feb 2009 17:37:26 +0000 (+0000) Subject: In S_init_perllib(), initialise perl5lib to NULL, to keep trace flow happy. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=929e5b34a48f2f21c82b4ada33e5aca96564df80;p=p5sagit%2Fp5-mst-13.2.git In S_init_perllib(), initialise perl5lib to NULL, to keep trace flow happy. --- diff --git a/perl.c b/perl.c index 83922ab..0b03e41 100644 --- a/perl.c +++ b/perl.c @@ -4093,7 +4093,7 @@ S_init_perllib(pTHX) { dVAR; #ifndef VMS - const char *perl5lib; + const char *perl5lib = NULL; #endif const char *s; #ifdef WIN32