Browse Source

expand_libs(): bug fix, missing check for .endl at the tail of a file

pre-master-46
rlar 13 years ago
parent
commit
edc2503a3a
  1. 7
      src/frontend/inpcom.c

7
src/frontend/inpcom.c

@ -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…
Cancel
Save