]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-objfile.c
-Wwrite-strings: Wrap PyGetSetDef for construction with string literals
[thirdparty/binutils-gdb.git] / gdb / python / py-objfile.c
index 105d88a27c7aeb1d7eaa949c9c762491f39df5af..6a47c1703409fca8032ed007a7c32138428d6b9f 100644 (file)
@@ -670,7 +670,7 @@ Add FILE_NAME to the list of files containing debug info for the objfile." },
   { NULL }
 };
 
-static PyGetSetDef objfile_getset[] =
+static gdb_PyGetSetDef objfile_getset[] =
 {
   { "__dict__", gdb_py_generic_dict, NULL,
     "The __dict__ for this objfile.", &objfile_object_type },