1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00
This commit is contained in:
Warren Paul 2010-05-24 18:07:06 +00:00
parent ba99f3a2d5
commit f918a234f1

View file

@ -241,7 +241,9 @@ public class Executable extends PlatformObject {
tu = new ExternalTranslationUnit(cproject, uri, id);
}
sourceFiles.add(tu);
if (!sourceFiles.contains(tu)) {
sourceFiles.add(tu);
}
if (!orgPath.equals(filename)) {
remappedPaths.put(tu, orgPath);