summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-21 05:51:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-21 05:51:10 +0000
commit54fcf5cbbb7372784afd0d461d42215e471a4ec5 (patch)
tree5f62cc36f9355fe139706891b9573745cff63bf2
parent6de196ee48b72f30391cfba66f39b3056b7ed095 (diff)
downloadperl-54fcf5cbbb7372784afd0d461d42215e471a4ec5.tar.gz
tweak toke.c
p4raw-id: //depot/perl@1610
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 0a78760643..64c69813b9 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 &");
}
}