diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 05:51:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 05:51:10 +0000 |
commit | 54fcf5cbbb7372784afd0d461d42215e471a4ec5 (patch) | |
tree | 5f62cc36f9355fe139706891b9573745cff63bf2 /toke.c | |
parent | 6de196ee48b72f30391cfba66f39b3056b7ed095 (diff) | |
download | perl-54fcf5cbbb7372784afd0d461d42215e471a4ec5.tar.gz |
tweak toke.c
p4raw-id: //depot/perl@1610
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 &"); } } |