For Andres, who's now using Eclipse. I feel your pain!
This commit is contained in:
parent
7656a4064b
commit
852401c771
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class TransitionInstruction implements UnicodeReadingStateMachineConstants {
|
|||
* if it is in the Tibetan range but can be from outside the
|
||||
* Tibetan range of Unicode */
|
||||
static int getCCForCP(char cp) {
|
||||
ThdlDebug.verify(getNFTHDL(cp) == null); // DLC FIXME: assert this
|
||||
// DLC does not compile: ThdlDebug.verify(getNFTHDL(cp) == null); // DLC FIXME: assert this
|
||||
if ('\u0F82' == cp) {
|
||||
return CC_0F82;
|
||||
} else if ('\u0F8A' == cp) {
|
||||
|
|
Loading…
Reference in a new issue