mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Cosmetics.
This commit is contained in:
parent
2af7d6d592
commit
aea96f8c1b
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ public class CPPASTLiteralExpression extends ASTNode implements ICPPASTLiteralEx
|
|||
if (udOffset > 0) {
|
||||
/*
|
||||
* 2.14.8.1
|
||||
* "If a token matches both user-defined-literal and another literal kind, it is treated as the latter"
|
||||
* "If a token matches both user-defined-literal and another literal kind, it is
|
||||
* treated as the latter"
|
||||
*/
|
||||
setSuffix(CharArrayUtils.subarray(fValue, udOffset, -1));
|
||||
for (int i = 0; i < fSuffix.length; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue