1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-08-21 15:15:54 -07:00
parent 0a9a6d9c7b
commit beed0532bc
2 changed files with 6 additions and 5 deletions

View file

@ -80,6 +80,7 @@ abstract public class PDOMWriter {
ArrayList<IASTPreprocessorStatement> fMacros= new ArrayList<IASTPreprocessorStatement>();
ArrayList<IASTPreprocessorIncludeStatement> fIncludes= new ArrayList<IASTPreprocessorIncludeStatement>();
}
private boolean fShowProblems;
protected boolean fShowInclusionProblems;
private boolean fShowScannerProblems;

View file

@ -54,6 +54,7 @@ public class PDOMASTAdapter {
public int getEndingLineNumber() {
return loc.getStartingLineNumber();
}
public String getFileName() {
return loc.getFileName();
}
@ -73,7 +74,6 @@ public class PDOMASTAdapter {
public int getNodeOffset() {
return loc.getNodeOffset();
}
};
}