1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

Bug 45203. TRansitively close header substitution maps before applying

them.
This commit is contained in:
Sergey Prigogin 2013-08-06 20:33:24 -07:00
parent ab015da9d3
commit 339a621521

View file

@ -53,6 +53,8 @@ public class HeaderSubstitutor {
fIncludeMaps[1].addAllMappings(map.getOptionalSubstitutionMap());
}
}
fIncludeMaps[0].transitivelyClose();
fIncludeMaps[1].transitivelyClose();
}
fSymbolExportMap = new SymbolExportMap();