diff options
author | Thomas Wouters <thomas@python.org> | 2000-07-24 15:49:08 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2000-07-24 15:49:08 (GMT) |
commit | 5c669860e61d332906993776a68e973dfc85d827 (patch) | |
tree | 3157f60b1e730dc5ab98dbfb6d5213ca4f3fc31d /Modules/parsermodule.c | |
parent | ed77bac472760cb55f64f20558afdf76b6ee4f1d (diff) | |
download | cpython-5c669860e61d332906993776a68e973dfc85d827.zip cpython-5c669860e61d332906993776a68e973dfc85d827.tar.gz cpython-5c669860e61d332906993776a68e973dfc85d827.tar.bz2 |
ANSIfy a bit more.
Diffstat (limited to 'Modules/parsermodule.c')
-rw-r--r-- | Modules/parsermodule.c | 2 |
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; |