mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
parent
3c5d43d342
commit
f5accf38ea
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue