mirror of
https://github.com/mirror/make.git
synced 2026-08-07 08:30:59 +00:00
Formerly read.c.~67~
This commit is contained in:
6
read.c
6
read.c
@@ -552,6 +552,12 @@ read_makefile (filename, flags)
|
||||
| (noerror ? RM_DONTCARE : 0)));
|
||||
}
|
||||
|
||||
/* Free any space allocated by conditional_line. */
|
||||
if (conditionals->ignoring)
|
||||
free (conditionals->ignoring);
|
||||
if (conditionals->seen_else)
|
||||
free (conditionals->seen_else);
|
||||
|
||||
/* Restore state. */
|
||||
conditionals = save;
|
||||
reading_filename = filename;
|
||||
|
||||
Reference in New Issue
Block a user