mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Remove C++ comment.
This commit is contained in:
parent
a37d61f1d6
commit
2fb661fb80
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue