1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2009-05-24 04:58:20 +00:00
parent 8ba4659e47
commit 7d44857c55
2 changed files with 4 additions and 5 deletions

View file

@ -160,7 +160,6 @@ public class LocationMap implements ILocationResolver {
return new ASTMacroReferenceName(null, IASTPreprocessorStatement.MACRO_NAME, startNumber, endNumber, macro, null); return new ASTMacroReferenceName(null, IASTPreprocessorStatement.MACRO_NAME, startNumber, endNumber, macro, null);
} }
/** /**
* Creates a new context for the result of a (recursive) macro-expansion. * Creates a new context for the result of a (recursive) macro-expansion.
* @param nameOffset offset within the current context where the name for the macro-expansion starts. * @param nameOffset offset within the current context where the name for the macro-expansion starts.