From dad29566b34017a548ba56469147a5398c3334df Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 20 Apr 2002 19:25:54 +0000 Subject: 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. --- function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'function.c') diff --git a/function.c b/function.c index 2c049ce..e263b0f 100644 --- a/function.c +++ b/function.c @@ -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 -- cgit v1.2.3