forked from Imagelibrary/binutils-gdb
constify ui_out_impl
This patch constifies ui_out_impl in struct ui_out, and various instances of ui_out_impl. This removes a couple of FIXME comments (near cli_ui_out_impl and mi_ui_out_impl) that did not make sense to me. Tested by rebuilding. 2014-02-28 Tom Tromey <tromey@redhat.com> * cli-out.c (cli_ui_out_impl): Now const. Remove comment. * cli-out.h (cli_ui_out_impl): Now const. * mi/mi-out.c (mi_ui_out_impl): Now const. Remove comment. * ui-out.c (struct ui_out) <impl>: Now const. (default_ui_out_impl): Now const. (ui_out_new): Make 'impl' parameter const. * ui-out.h (ui_out_new): Update.
This commit is contained in:
@@ -37,7 +37,7 @@ struct cli_ui_out_data
|
||||
int suppress_output;
|
||||
};
|
||||
|
||||
extern struct ui_out_impl cli_ui_out_impl;
|
||||
extern const struct ui_out_impl cli_ui_out_impl;
|
||||
|
||||
|
||||
extern struct ui_out *cli_out_new (struct ui_file *stream);
|
||||
|
||||
Reference in New Issue
Block a user