Commit 2fb661fb authored by Martin v. Löwis's avatar Martin v. Löwis

Remove C++ comment.

parent a37d61f1
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment