diff options
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6937,7 +6937,7 @@ check_funcs() _("function `%s' called but never defined"), fp->name); #endif if (do_lint && fp->used == 0) { - lintwarn(_("function `%s' defined but never called"), + lintwarn(_("function `%s' defined but never called directly"), fp->name); } } |