mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
ANSIfy a bit more.
This commit is contained in:
parent
ed77bac472
commit
5c669860e6
1 changed files with 1 additions and 1 deletions
|
|
@ -2633,7 +2633,7 @@ static PyMethodDef parser_functions[] = {
|
||||||
|
|
||||||
|
|
||||||
DL_EXPORT(void)
|
DL_EXPORT(void)
|
||||||
initparser()
|
initparser(void)
|
||||||
{
|
{
|
||||||
PyObject* module;
|
PyObject* module;
|
||||||
PyObject* dict;
|
PyObject* dict;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue