commit | e28108cbd71d75e545c7364b16ed47c1271eb36a | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jan 29 20:13:18 2012 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jan 29 20:13:18 2012 -0500 |
tree | e5f8f4cd29238d1f7017dfcd3c64b9ac5c8dec35 | |
parent | 1334884ff2f5a3968e6a26157f869b4ca5de189b [diff] |
adjust declaration
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index de1e445..e2316bd 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c
@@ -2347,7 +2347,8 @@ #include "typeslots.inc" }; -PyObject* PyType_FromSpec(PyType_Spec *spec) +PyObject * +PyType_FromSpec(PyType_Spec *spec) { PyHeapTypeObject *res = (PyHeapTypeObject*)PyType_GenericAlloc(&PyType_Type, 0); char *res_start = (char*)res;