From: Nicholas Clark Date: Sun, 22 Feb 2009 13:05:38 +0000 (+0100) Subject: In S_init_perllib(), s can be const char* X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35ba5ce91a22479d4dd45634b4ece57058aef92f;p=p5sagit%2Fp5-mst-13.2.git In S_init_perllib(), s can be const char* --- diff --git a/perl.c b/perl.c index 6e4e3e4..ca9ab00 100644 --- a/perl.c +++ b/perl.c @@ -4095,7 +4095,7 @@ S_init_perllib(pTHX) #ifndef VMS const char *perl5lib; #endif - char *s; + const char *s; #ifdef WIN32 STRLEN len; #endif