Commit 4747a18e authored by Fred Drake's avatar Fred Drake

Remove one more gcc -Wall warning.

parent 4bbea05c
...@@ -70,7 +70,8 @@ static PyObject * ...@@ -70,7 +70,8 @@ static PyObject *
dl_call(dlobject *xp, PyObject *args) dl_call(dlobject *xp, PyObject *args)
{ {
PyObject *name; PyObject *name;
long (*func)(); long (*func)(long, long, long, long, long,
long, long, long, long, long);
long alist[10]; long alist[10];
long res; long res;
int i; int i;
......
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