* mi-out.c (struct ui_out_data): Replace field first_header with
authorAndrew Cagney <cagney@redhat.com>
Thu, 21 Jun 2001 19:27:50 +0000 (19:27 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 21 Jun 2001 19:27:50 +0000 (19:27 +0000)
commit76fe6b98e8b345c8793dcc63ccc1fdf9d659f956
tree20ce5608ddc8bd2b0fbcb9cc53dc3c00429567c4
parentf631948d0b929cf4a36bca085e8c85230dc694c2
* mi-out.c (struct ui_out_data): Replace field first_header with
suppress_output.
(mi_begin, mi_end): Check suppress_header.
(mi_field_int, mi_field_skip): Ditto.
(mi_field_string, mi_field_fmt): Ditto.
(mi_table_begin): When nr_rows is zero, set suppress_header else,
output the start of the header.
(mi_table_body): Clear suppress header.
gdb/mi/ChangeLog
gdb/mi/mi-out.c