Skip to content

Commit 9d52087

Browse files
author
Ralf W. Grosse-Kunstleve
committed
adjustment for IRIX CC; also tested with gcc 3.0.4, VC7, cxx 6.5
[SVN r15168]
1 parent 5cda058 commit 9d52087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/object/function.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ extern "C"
299299
else
300300
return python::incref(f->name().ptr());
301301
}
302+
}
302303

303304
static PyGetSetDef function_getsetlist[] = {
304305
{"__name__", (getter)function_get_name, 0 },
305306
{"__doc__", (getter)function_get_doc, (setter)function_set_doc},
306307
{NULL} /* Sentinel */
307308
};
308-
}
309309

310310
PyTypeObject function_type = {
311311
PyObject_HEAD_INIT(0)

0 commit comments

Comments
 (0)