- ANSI-fication

(patch #100784 by Peter Schneider-Kamp)
This commit is contained in:
Fredrik Lundh 2000-07-09 15:14:52 +00:00
parent 3c5d43d342
commit f5accf38ea
1 changed files with 1 additions and 5 deletions

View File

@ -33,11 +33,7 @@ static PyMethodDef errno_methods[] = {
/* Helper function doing the dictionary inserting */ /* Helper function doing the dictionary inserting */
static void static void
_inscode(d, de, name, code) _inscode(PyObject *d, PyObject *de, char *name, int code)
PyObject *d;
PyObject *de;
char *name;
int code;
{ {
PyObject *u; PyObject *u;
PyObject *v; PyObject *v;