Replace C++ comment with C comment (fixes SF bug #1593525).

This commit is contained in:
Walter Dörwald 2006-11-09 16:23:26 +00:00
parent b5686da24f
commit 6fc2382883

View file

@ -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*