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:
Doug Evans 2015-08-17 13:07:11 -07:00
parent 7f3706ebfe
commit 71b57e37fe
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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. */
};