Robert Moore e13146b9f1 Disassembler: Prevent duplicate External() statements.
During generation of external statements, prevent similar pathnames
that are actually duplicates, such as these:
External (\ABCD)
External (ABCD)
Remove all leading '\' characters from pathnames during the external
statement generation so that duplicates will be detected and tossed.
2012-11-02 12:20:30 -07:00
..