From: Jan Dubois Date: Tue, 23 Feb 2010 08:54:46 +0000 (-0800) Subject: Symbol S_no_symref_sv should be static (local to the compilation unit). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4bdf8368ba4c1bf3b611986d47bfef839e524ff4;p=p5sagit%2Fp5-mst-13.2.git Symbol S_no_symref_sv should be static (local to the compilation unit). --- diff --git a/pp.c b/pp.c index 3e2ed48..5876cfd 100644 --- a/pp.c +++ b/pp.c @@ -132,7 +132,7 @@ PP(pp_padhv) /* Translations. */ -const char S_no_symref_sv[] = +static const char S_no_symref_sv[] = "Can't use string (\"%" SVf32 "\"%s) as %s ref while \"strict refs\" in use"; PP(pp_rv2gv)