mirror of
https://github.com/mirror/make.git
synced 2026-08-09 09:32:12 +00:00
Formerly read.c.~57~
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user