отображение инклудов

This commit is contained in:
2025-04-16 14:16:38 +03:00
parent a0c45a2df0
commit 611194be8c
5 changed files with 29 additions and 61 deletions

View File

@@ -55,7 +55,7 @@ public class CombineFiles extends Transformation {
Vector<String> all_includes = new Vector<>();
//-----------------------------
result_lines.add("!-Found " + target.allIncludes.size() + " headers");
for (String name : target.allIncludes.keySet()) {
for (String name : target.allIncludes) {
all_includes.add(" include " + Utils_.Quotes(Utils_.toU(name)));
result_lines.add("! include " + Utils_.Quotes(Utils_.toU(name)));
}