diff options
| author | Thomas Wouters <thomas@python.org> | 2000-07-24 15:49:08 +0000 |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2000-07-24 15:49:08 +0000 |
| commit | 5c669860e61d332906993776a68e973dfc85d827 (patch) | |
| tree | 3157f60b1e730dc5ab98dbfb6d5213ca4f3fc31d /Modules | |
| parent | ed77bac472760cb55f64f20558afdf76b6ee4f1d (diff) | |
| download | cpython-git-5c669860e61d332906993776a68e973dfc85d827.tar.gz | |
ANSIfy a bit more.
Diffstat (limited to 'Modules')
| -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 91ffef11ee..d581c9b5ae 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; |
