From 02e62830e26a0d3c0d47d4e09209cc04354765a6 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 27 Feb 2015 17:40:36 -0500 Subject: Fix Python 3 build: rename GdbMethods Rename forgotten GdbMethods to python_GdbMethods. gdb/ChangeLog: * python/python.c (python_GdbModuleDef): Rename GdbMethods to python_GdbMethods. --- gdb/python/python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python/python.c') diff --git a/gdb/python/python.c b/gdb/python/python.c index a13638f..c3ffbae 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -2050,7 +2050,7 @@ struct PyModuleDef python_GdbModuleDef = "_gdb", NULL, -1, - GdbMethods, + python_GdbMethods, NULL, NULL, NULL, -- cgit v1.1