mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Backport checkin:
Replace C++ comment with C comment (fixes SF bug #1593525).
This commit is contained in:
parent
d52a0b8583
commit
f2d5c6d117
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