mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 13:41:45 +00:00
Formerly read.c.~57~
This commit is contained in:
parent
e8c11d4e32
commit
f1daf67200
1 changed files with 3 additions and 3 deletions
6
read.c
6
read.c
|
@ -505,9 +505,9 @@ read_makefile (filename, type)
|
|||
/* Parse the list of file names. */
|
||||
p2 = p;
|
||||
files = multi_glob (parse_file_seq (&p2, '\0',
|
||||
sizeof (struct nameseq)),
|
||||
sizeof (struct nameseq),
|
||||
1);
|
||||
sizeof (struct nameseq),
|
||||
1),
|
||||
sizeof (struct nameseq));
|
||||
free (p);
|
||||
|
||||
/* Save the state of conditionals and start
|
||||
|
|
Loading…
Reference in a new issue