]> granicus.if.org Git - python/commitdiff
Remove one more gcc -Wall warning.
authorFred Drake <fdrake@acm.org>
Wed, 11 Oct 2000 21:44:02 +0000 (21:44 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 11 Oct 2000 21:44:02 +0000 (21:44 +0000)
Modules/dlmodule.c

index 971b06f9d41c7300a708a129946728fc01889391..b7cd35b3d80a49ba7a7bf67b154899b3c69d0179 100644 (file)
@@ -70,7 +70,8 @@ static PyObject *
 dl_call(dlobject *xp, PyObject *args)
 {
        PyObject *name;
-       long (*func)();
+       long (*func)(long, long, long, long, long,
+                     long, long, long, long, long);
        long alist[10];
        long res;
        int i;