Kaydet (Commit) f5accf38 authored tarafından Fredrik Lundh's avatar Fredrik Lundh

- ANSI-fication

  (patch #100784 by Peter Schneider-Kamp)
üst 3c5d43d3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment