Fix Python 3 build: rename GdbMethods
Rename forgotten GdbMethods to python_GdbMethods. gdb/ChangeLog: * python/python.c (python_GdbModuleDef): Rename GdbMethods to python_GdbMethods.
This commit is contained in:
parent
c1d11331c9
commit
02e62830e2
2 changed files with 6 additions and 1 deletions
|
@ -2050,7 +2050,7 @@ struct PyModuleDef python_GdbModuleDef =
|
|||
"_gdb",
|
||||
NULL,
|
||||
-1,
|
||||
GdbMethods,
|
||||
python_GdbMethods,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue