Remove C++ comment.
This commit is contained in:
parent
a37d61f1d6
commit
2fb661fb80
|
@ -431,7 +431,7 @@ nfc_nfkc(PyObject *input, int k)
|
||||||
skipped[index] = skipped[cskipped-1];
|
skipped[index] = skipped[cskipped-1];
|
||||||
cskipped--;
|
cskipped--;
|
||||||
i++;
|
i++;
|
||||||
goto again; // continue while
|
goto again; /* continue while */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Hangul Composition. We don't need to check for <LV,T>
|
/* Hangul Composition. We don't need to check for <LV,T>
|
||||||
|
|
Loading…
Reference in New Issue