diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 4bb2f34..3a6f796 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1444,9 +1444,9 @@ emit_style_escape (const ui_file_style &style) wrap_buffer.append (style.to_ansi ()); } -/* Return true if ANSI escapes can be used on STREAM. */ +/* See utils.h. */ -static bool +bool can_emit_style_escape (struct ui_file *stream) { if (stream != gdb_stdout |