Commit e28108cb authored by Benjamin Peterson's avatar Benjamin Peterson

adjust declaration

parent 1334884f
...@@ -2347,7 +2347,8 @@ static short slotoffsets[] = { ...@@ -2347,7 +2347,8 @@ static short slotoffsets[] = {
#include "typeslots.inc" #include "typeslots.inc"
}; };
PyObject* PyType_FromSpec(PyType_Spec *spec) PyObject *
PyType_FromSpec(PyType_Spec *spec)
{ {
PyHeapTypeObject *res = (PyHeapTypeObject*)PyType_GenericAlloc(&PyType_Type, 0); PyHeapTypeObject *res = (PyHeapTypeObject*)PyType_GenericAlloc(&PyType_Type, 0);
char *res_start = (char*)res; char *res_start = (char*)res;
......
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