mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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}
|
||||
};
|
||||
|
||||
// forward declaration
|
||||
/* forward declaration */
|
||||
static PyTypeObject UCD_Type;
|
||||
|
||||
static PyObject*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue