mirror of
https://github.com/python/cpython.git
synced 2025-11-28 22:18:54 +00:00
Replace C++ comment with C comment (fixes SF bug #1593525).
This commit is contained in:
parent
b5686da24f
commit
6fc2382883
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static PyMemberDef DB_members[] = {
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
// forward declaration
|
/* forward declaration */
|
||||||
static PyTypeObject UCD_Type;
|
static PyTypeObject UCD_Type;
|
||||||
|
|
||||||
static PyObject*
|
static PyObject*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue