From 2fb661fb80f30dae6dab01e320103ede275e1653 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 7 Dec 2002 14:56:36 +0000 Subject: [PATCH] Remove C++ comment. --- Modules/unicodedata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 71fdcb0560..e8f9c19d26 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 -- 2.40.0