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

Remove one more gcc -Wall warning.

parent 4bbea05c
......@@ -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;
......
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