diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-12-07 14:56:36 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-12-07 14:56:36 (GMT) |
commit | 2fb661fb80f30dae6dab01e320103ede275e1653 (patch) | |
tree | 5b54d35d1f75d5215e2627a88190cda7b9dae93a /Modules | |
parent | a37d61f1d64fb5e35c0d4c658b2f97caf673c171 (diff) | |
download | cpython-2fb661fb80f30dae6dab01e320103ede275e1653.zip cpython-2fb661fb80f30dae6dab01e320103ede275e1653.tar.gz cpython-2fb661fb80f30dae6dab01e320103ede275e1653.tar.bz2 |
Remove C++ comment.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/unicodedata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 71fdcb0..e8f9c19 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -431,7 +431,7 @@ nfc_nfkc(PyObject *input, int k) skipped[index] = skipped[cskipped-1]; cskipped--; i++; - goto again; // continue while + goto again; /* continue while */ } } /* Hangul Composition. We don't need to check for <LV,T> |