expand_libs(): bug fix, missing check for .endl at the tail of a file
This commit is contained in:
parent
182911a5c7
commit
edc2503a3a
|
|
@ -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