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. --- Modules/socketmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/socketmodule.c') diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index f88f6baeff..b8fbeadb4a 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -1112,7 +1112,7 @@ will allow before refusing new connections."; static PyObject * BUILD_FUNC_DEF_2(PySocketSock_makefile,PySocketSockObject *,s, PyObject *,args) { - extern int fclose Py_PROTO((FILE *)); + extern int fclose(FILE *); char *mode = "r"; int bufsize = -1; #ifdef MS_WIN32 -- cgit v1.2.1