summaryrefslogtreecommitdiffstats
path: root/Modules/errnomodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/errnomodule.c')
-rw-r--r--Modules/errnomodule.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c
index 6777590..a364bf2 100644
--- a/Modules/errnomodule.c
+++ b/Modules/errnomodule.c
@@ -33,11 +33,7 @@ static PyMethodDef errno_methods[] = {
/* Helper function doing the dictionary inserting */
static void
-_inscode(d, de, name, code)
- PyObject *d;
- PyObject *de;
- char *name;
- int code;
+_inscode(PyObject *d, PyObject *de, char *name, int code)
{
PyObject *u;
PyObject *v;