Updates to translaations.

Fix an assert() in an obscure use of -q
Handling of double-colon timestamp updates was broken in a bizarre way.
Store arguments to $(call ...) functions in simple variables, not recursive
variables.
This commit is contained in:
Paul Smith
2002-04-20 19:25:54 +00:00
parent d242ee9053
commit dad29566b3
7 changed files with 794 additions and 550 deletions

View File

@@ -1876,7 +1876,7 @@ func_call (o, argv, funcname)
char num[11];
sprintf (num, "%d", i);
define_variable (num, strlen (num), *argv, o_automatic, 1);
define_variable (num, strlen (num), *argv, o_automatic, 0);
}
/* Expand the body in the context of the arguments, adding the result to