Commit 6fc23828 authored by Walter Dörwald's avatar Walter Dörwald

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

parent b5686da2
...@@ -75,7 +75,7 @@ static PyMemberDef DB_members[] = { ...@@ -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*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment