expand_libs(): bug fix, missing check for .endl at the tail of a file
This commit is contained in:
parent
59c1c9d0da
commit
18e3a436ac
|
|
@ -277,6 +277,13 @@ expand_section_references(int line_number)
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
if (found_section) {
|
||||
fprintf(stderr, "ERROR: .lib is missing .endl!\n");
|
||||
controlled_exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
found_section = FALSE;
|
||||
}
|
||||
|
||||
return line_number;
|
||||
|
|
|
|||
Loading…
Reference in New Issue