mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
small tweak to previous fix for bug 69662
This commit is contained in:
parent
450023d505
commit
672ad678a0
1 changed files with 2 additions and 0 deletions
|
@ -388,6 +388,8 @@ public class BasicTokenDuple implements ITokenDuple {
|
||||||
temp = (IToken) i.next();
|
temp = (IToken) i.next();
|
||||||
if( temp.getType() != IToken.tLT )
|
if( temp.getType() != IToken.tLT )
|
||||||
token = temp;
|
token = temp;
|
||||||
|
else
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
nameBuffer.append( createStringRepresentation( first, token ) );
|
nameBuffer.append( createStringRepresentation( first, token ) );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue