mirror of https://github.com/python/cpython
Replace C++ comment with C comment (fixes SF bug #1593525).
This commit is contained in:
parent
b5686da24f
commit
6fc2382883
|
@ -75,7 +75,7 @@ static PyMemberDef DB_members[] = {
|
|||
{NULL}
|
||||
};
|
||||
|
||||
// forward declaration
|
||||
/* forward declaration */
|
||||
static PyTypeObject UCD_Type;
|
||||
|
||||
static PyObject*
|
||||
|
|
Loading…
Reference in New Issue