mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix problem with Keywords.cpSEMI
This commit is contained in:
parent
d3dedc7ac9
commit
f9b6ff9584
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ public class Keywords {
|
|||
|
||||
public static final char[] cpCOLONCOLON = "::".toCharArray(); //$NON-NLS-1$
|
||||
public static final char[] cpCOLON = ":".toCharArray(); //$NON-NLS-1$
|
||||
public static final char[] cpSEMI = ".toCharArray();".toCharArray(); //$NON-NLS-1$
|
||||
public static final char[] cpSEMI = ";".toCharArray(); //$NON-NLS-1$
|
||||
public static final char[] cpCOMMA = ",".toCharArray(); //$NON-NLS-1$
|
||||
public static final char[] cpQUESTION = "?".toCharArray(); //$NON-NLS-1$
|
||||
public static final char[] cpLPAREN = "(".toCharArray(); //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue