Remove one more gcc -Wall warning.

This commit is contained in:
Fred Drake 2000-10-11 21:44:02 +00:00
parent 4bbea05c4e
commit 4747a18ef9
1 changed files with 2 additions and 1 deletions

View 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;