Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd4abf commit f28b898Copy full SHA for f28b898
1 file changed
Modules/cstubs
@@ -109,7 +109,7 @@ gl_varray(self, args)
109
PyObject *v, *w=NULL;
110
int i, n, width;
111
double vec[3];
112
- PyObject * (*getitem) Py_FPROTO((PyObject *, int));
+ PyObject * (*getitem)(PyObject *, int);
113
114
if (!PyArg_GetObject(args, 1, 0, &v))
115
return NULL;
@@ -212,7 +212,7 @@ gen_nvarray(args, inorm)
212
PyObject *v, *w, *wnorm, *wvec;
213
int i, n;
214
float norm[3], vec[3];
215
216
217
218
0 commit comments