mirror of
https://github.com/mirror/make.git
synced 2026-08-31 03:38:03 +08:00
* Some timestamp fixes from Paul Eggert.
* Fix compilation on Linux; use libintl.h and not gettext.h when using the system gettext.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user