Index: function.c =================================================================== RCS file: /cvsroot/make/make/function.c,v retrieving revision 1.91 diff -p -u -r1.91 function.c --- function.c 17 Nov 2005 07:27:28 -0000 1.91 +++ function.c 8 Jan 2006 10:51:24 -0000 @@ -2213,7 +2213,7 @@ func_call (char *o, char **argv, const c /* Expand the body in the context of the arguments, adding the result to the variable buffer. */ - v->exp_count = EXP_COUNT_MAX; + v->exp_count = 0; saved_args = max_args; max_args = i;