summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-24 15:49:08 (GMT)
committerThomas Wouters <thomas@python.org>2000-07-24 15:49:08 (GMT)
commit5c669860e61d332906993776a68e973dfc85d827 (patch)
tree3157f60b1e730dc5ab98dbfb6d5213ca4f3fc31d /Modules
parented77bac472760cb55f64f20558afdf76b6ee4f1d (diff)
downloadcpython-5c669860e61d332906993776a68e973dfc85d827.zip
cpython-5c669860e61d332906993776a68e973dfc85d827.tar.gz
cpython-5c669860e61d332906993776a68e973dfc85d827.tar.bz2
ANSIfy a bit more.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/parsermodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c
index 91ffef1..d581c9b 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;