]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed references to Py_FPROTO.
authorSjoerd Mullender <sjoerd@acm.org>
Fri, 18 Aug 2000 10:00:28 +0000 (10:00 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Fri, 18 Aug 2000 10:00:28 +0000 (10:00 +0000)
Modules/cstubs

index 257f8c65203f880c6c64070f57c2fcf175a4f6ad..3ce58da952f89b0efd076a6d6930d5251b73583c 100644 (file)
@@ -109,7 +109,7 @@ gl_varray(self, args)
        PyObject *v, *w=NULL;
        int i, n, width;
        double vec[3];
-       PyObject * (*getitem) Py_FPROTO((PyObject *, int));
+       PyObject * (*getitem)(PyObject *, int);
        
        if (!PyArg_GetObject(args, 1, 0, &v))
                return NULL;
@@ -212,7 +212,7 @@ gen_nvarray(args, inorm)
        PyObject *v, *w, *wnorm, *wvec;
        int i, n;
        float norm[3], vec[3];
-       PyObject * (*getitem) Py_FPROTO((PyObject *, int));
+       PyObject * (*getitem)(PyObject *, int);
        
        if (!PyArg_GetObject(args, 1, 0, &v))
                return NULL;