This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] ui-out.c (default_ui_out_impl): Add comment.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=71b57e37fe94bbc17f57f8f9ca5e9c5400cedd6b

commit 71b57e37fe94bbc17f57f8f9ca5e9c5400cedd6b
Author: Doug Evans <dje@google.com>
Date:   Mon Aug 17 13:07:11 2015 -0700

    ui-out.c (default_ui_out_impl): Add comment.
    
    gdb/ChangeLog:
    
    	* ui-out.c (default_ui_out_impl): Add comment.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/ui-out.c  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 080d90a..be2ed47 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/ui-out.c b/gdb/ui-out.c
index a18fe2e..a87c1d3 100644
--- a/gdb/ui-out.c
+++ b/gdb/ui-out.c
@@ -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.  */
 };


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]