- ANSI-fication
  (patch #100784 by Peter Schneider-Kamp)
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 @@
 /* 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;