From: Thomas Wouters Date: Mon, 24 Jul 2000 15:49:08 +0000 (+0000) Subject: ANSIfy a bit more. X-Git-Tag: v2.0b1~739 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c669860e61d332906993776a68e973dfc85d827;p=thirdparty%2FPython%2Fcpython.git ANSIfy a bit more. --- diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c index 91ffef11ee4f..d581c9b5aeed 100644 --- a/Modules/parsermodule.c +++ b/Modules/parsermodule.c @@ -2633,7 +2633,7 @@ static PyMethodDef parser_functions[] = { DL_EXPORT(void) -initparser() +initparser(void) { PyObject* module; PyObject* dict;