mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-27 07:15:02 +00:00
Formerly function.c.~25~
This commit is contained in:
parent
5c82e72caa
commit
369bb2a609
1 changed files with 5 additions and 0 deletions
|
@ -1119,6 +1119,11 @@ handle_function (op, stringp)
|
|||
break;
|
||||
}
|
||||
|
||||
if (count >= 0)
|
||||
makefile_fatal (reading_filename, *reading_lineno_ptr,
|
||||
"unterminated call to function `%s': missing `%c'",
|
||||
function_table[code].name, closeparen);
|
||||
|
||||
/* We found the end; expand the function call. */
|
||||
|
||||
*op = expand_function (*op, function_table[code].function, argbeg, p);
|
||||
|
|
Loading…
Reference in a new issue