forked from Imagelibrary/binutils-gdb
* 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>
|
2003-03-08 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* tui-out.c: Update copyright.
|
* tui-out.c: Update copyright.
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ struct ui_out_data
|
|||||||
int line;
|
int line;
|
||||||
int start_of_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 */
|
/* These are the CLI output functions */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user