]> granicus.if.org Git - python/commitdiff
- ANSI-fication
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 15:14:52 +0000 (15:14 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 15:14:52 +0000 (15:14 +0000)
  (patch #100784 by Peter Schneider-Kamp)

Modules/errnomodule.c

index 67775903831108b4a1fab96f4ae4c32880504723..a364bf2c5c401bc29d16f9d319c50e9aec456ad7 100644 (file)
@@ -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;