1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
John Camelon 2005-01-14 16:43:41 +00:00
parent 9e365df5f5
commit a36a7f8613

View file

@ -31,7 +31,7 @@ public class LocationMap implements ILocationResolver, IScannerPreprocessorLog {
private static final IASTProblem[] EMPTY_PROBLEMS_ARRAY = new IASTProblem[0];
private static final IASTNodeLocation [] EMPTY_LOCATION_ARRAY = new IASTNodeLocation[0];
private char[] tu_filename = EMPTY_CHAR_ARRAY ;
private int finalOffset = 0;
// private int finalOffset = 0;
/**
*
@ -107,7 +107,7 @@ public class LocationMap implements ILocationResolver, IScannerPreprocessorLog {
* @see org.eclipse.cdt.internal.core.parser.scanner2.IScannerPreprocessorLog#endTranslationUnit(int)
*/
public void endTranslationUnit(int offset) {
this.finalOffset = offset;
// this.finalOffset = offset;
}
/*