From 5c669860e61d332906993776a68e973dfc85d827 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Mon, 24 Jul 2000 15:49:08 +0000 Subject: [PATCH] ANSIfy a bit more. --- Modules/parsermodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c index 91ffef11ee4..d581c9b5aee 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;