projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6de196e
)
tweak toke.c
Gurusamy Sarathy [Tue, 21 Jul 1998 05:51:10 +0000 (
05:51
+0000)]
p4raw-id: //depot/perl@1610
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
0a78760
..
64c6981
100644
(file)
--- 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 &");
}
}