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:
parent
ab015da9d3
commit
339a621521
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ public class HeaderSubstitutor {
|
|||
fIncludeMaps[1].addAllMappings(map.getOptionalSubstitutionMap());
|
||||
}
|
||||
}
|
||||
fIncludeMaps[0].transitivelyClose();
|
||||
fIncludeMaps[1].transitivelyClose();
|
||||
}
|
||||
|
||||
fSymbolExportMap = new SymbolExportMap();
|
||||
|
|
Loading…
Add table
Reference in a new issue