diff options
Diffstat (limited to 'gdb/python/py-linetable.c')
-rw-r--r-- | gdb/python/py-linetable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-linetable.c b/gdb/python/py-linetable.c index e989204..071341f 100644 --- a/gdb/python/py-linetable.c +++ b/gdb/python/py-linetable.c @@ -531,7 +531,7 @@ PyTypeObject ltpy_iterator_object_type = { 0, /*tp_getattro*/ 0, /*tp_setattro*/ 0, /*tp_as_buffer*/ - Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_ITER, /*tp_flags*/ + Py_TPFLAGS_DEFAULT, /*tp_flags*/ "GDB line table iterator object", /*tp_doc */ 0, /*tp_traverse */ 0, /*tp_clear */ |