From: Gurusamy Sarathy Date: Tue, 21 Jul 1998 05:51:10 +0000 (+0000) Subject: tweak toke.c X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54fcf5cbbb7372784afd0d461d42215e471a4ec5;p=p5sagit%2Fp5-mst-13.2.git tweak toke.c p4raw-id: //depot/perl@1610 --- diff --git a/toke.c b/toke.c index 0a78760..64c6981 100644 --- a/toke.c +++ b/toke.c @@ -2857,7 +2857,7 @@ yylex(void) gv = Nullgv; gvp = 0; if (PL_dowarn && hgv) - warn("Ambiguous call resolved as CORE::%s(), %s" + warn("Ambiguous call resolved as CORE::%s(), %s", GvENAME(hgv), "qualify as such or use &"); } }