forked from Imagelibrary/binutils-gdb
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:
@@ -2050,7 +2050,7 @@ struct PyModuleDef python_GdbModuleDef =
|
||||
"_gdb",
|
||||
NULL,
|
||||
-1,
|
||||
GdbMethods,
|
||||
python_GdbMethods,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user