mirror of
https://github.com/mirror/make.git
synced 2025-01-19 08:40:13 +08:00
Formerly function.c.~22~
This commit is contained in:
parent
2fbb3407dd
commit
3d72bcb583
@ -1141,7 +1141,7 @@ string_glob (line)
|
|||||||
register struct nameseq *chain;
|
register struct nameseq *chain;
|
||||||
register unsigned int idx;
|
register unsigned int idx;
|
||||||
|
|
||||||
chain = multi_glob (parse_file_seq (&line, '\0', sizeof (struct nameseq), 0),
|
chain = multi_glob (parse_file_seq (&line, '\0', sizeof (struct nameseq)),
|
||||||
sizeof (struct nameseq));
|
sizeof (struct nameseq));
|
||||||
|
|
||||||
if (result == 0)
|
if (result == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user