From dbd9ba6a6c19c3d06f5684b3384a934f740038db Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 9 Jul 2000 03:09:57 +0000 Subject: Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. --- Python/importdl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Python/importdl.h') diff --git a/Python/importdl.h b/Python/importdl.h index 8b2f21ec84..d67688adeb 100644 --- a/Python/importdl.h +++ b/Python/importdl.h @@ -36,8 +36,8 @@ struct filedescr { extern struct filedescr * _PyImport_Filetab; extern const struct filedescr _PyImport_DynLoadFiletab[]; -extern PyObject *_PyImport_LoadDynamicModule - Py_PROTO((char *name, char *pathname, FILE *)); +extern PyObject *_PyImport_LoadDynamicModule(char *name, char *pathname, + FILE *); /* Max length of module suffix searched for -- accommodates "module.slb" */ #define MAXSUFFIXSIZE 12 -- cgit v1.2.1