diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-13 05:22:52 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-13 05:22:52 +0000 |
commit | 4972b017b63f3ce324bfa65a1b46a2a173baf463 (patch) | |
tree | d4bac994ae10ea2290d195dfe12978a8bfcda2ea /function.c | |
parent | 4a5550c8225d762f684d4047e20cc45274b6a785 (diff) | |
download | gunmake-4972b017b63f3ce324bfa65a1b46a2a173baf463.tar.gz |
* Some timestamp fixes from Paul Eggert.
* Fix compilation on Linux; use libintl.h and not gettext.h when using
the system gettext.
Diffstat (limited to 'function.c')
-rw-r--r-- | function.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -738,7 +738,7 @@ func_word (o, argv, funcname) i = atoi (argv[0]); if (i == 0) - fatal (reading_file, _("the `word' function takes a positive index argument")); + fatal (reading_file, _("first argument to `word' function must be greater than 0")); end_p = argv[1]; |