mirror of
https://github.com/mirror/make.git
synced 2026-08-31 11:48:08 +08:00
* Various fixes for problems in the 3.79.0.1 pretest.
This commit is contained in:
@@ -1778,7 +1778,7 @@ handle_function (op, stringp)
|
||||
|
||||
p = beg;
|
||||
nargs = 0;
|
||||
for (p=beg, nargs=0; p < end; ++argvp)
|
||||
for (p=beg, nargs=0; p <= end; ++argvp)
|
||||
{
|
||||
char *next;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user