diff options
Diffstat (limited to 'gdb/python/python-internal.h')
| -rw-r--r-- | gdb/python/python-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 502f66c5682..9a43cfae00a 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -991,7 +991,7 @@ int gdb_py_int_as_long (PyObject *, long *); PyObject *gdb_py_generic_dict (PyObject *self, void *closure); -int gdb_pymodule_addobject (PyObject *module, const char *name, +int gdb_pymodule_addobject (PyObject *mod, const char *name, PyObject *object); |
