mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
ui-out.c (default_ui_out_impl): Add comment.
gdb/ChangeLog: * ui-out.c (default_ui_out_impl): Add comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2015-08-17 Doug Evans <dje@google.com>
|
||||
|
||||
* ui-out.c (default_ui_out_impl): Add comment.
|
||||
|
||||
2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* d-exp.y (type_aggregate_p): New function.
|
||||
|
||||
@@ -213,7 +213,7 @@ const struct ui_out_impl default_ui_out_impl =
|
||||
default_message,
|
||||
default_wrap_hint,
|
||||
default_flush,
|
||||
NULL,
|
||||
NULL, /* redirect */
|
||||
default_data_destroy,
|
||||
0, /* Does not need MI hacks. */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user