The TUI defined UNDEFINED_ITEM, but only used it in a single spot. I
think this isn't very useful, so this removes the define.
gdb/ChangeLog
2019-07-17 Tom Tromey <tom@tromey.com>
* tui/tui-data.h (UNDEFINED_ITEM): Remove define.
(struct tui_data_item_window): Update.
+2019-07-17 Tom Tromey <tom@tromey.com>
+
+ * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
+ (struct tui_data_item_window): Update.
+
2019-07-17 Tom Tromey <tom@tromey.com>
* tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
#define DISASSEM_NAME "asm"
#define HILITE TRUE
#define NO_HILITE FALSE
-#define UNDEFINED_ITEM -1
#define MIN_WIN_HEIGHT 3
#define MIN_CMD_WIN_HEIGHT 3
const char *name = nullptr;
/* The register number, or data display number. */
- int item_no = UNDEFINED_ITEM;
+ int item_no = -1;
void *value = nullptr;
bool highlight = false;
char *content = nullptr;