mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 13:53:29 +08:00
* tui-out.c (tui_out_data): Fix typedef.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2003-03-13 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
* tui-out.c (tui_out_data): Fix typedef.
|
||||
|
||||
2003-03-08 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* tui-out.c: Update copyright.
|
||||
|
@ -36,7 +36,7 @@ struct ui_out_data
|
||||
int line;
|
||||
int start_of_line;
|
||||
};
|
||||
struct ui_out_data tui_out_data;
|
||||
typedef struct ui_out_data tui_out_data;
|
||||
|
||||
/* These are the CLI output functions */
|
||||
|
||||
|
Reference in New Issue
Block a user