diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2016-12-01 16:10:45 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-12-01 16:10:45 -0500 |
commit | 77a179e77b38161e461f5e37512f0b3fc3582181 (patch) | |
tree | 30f3b1c6be9b3d0c8999eb87e8e0a7f33e6c225c /gold/workqueue.cc | |
parent | 33b2fac610fff1255a24763277a4bf77f1b59ef1 (diff) | |
download | binutils-77a179e77b38161e461f5e37512f0b3fc3582181.zip binutils-77a179e77b38161e461f5e37512f0b3fc3582181.tar.gz binutils-77a179e77b38161e461f5e37512f0b3fc3582181.tar.bz2 |
ui_out_table: Replace boolean flag with enum
This patch is just a little cleanup, it replaces the body_flag field of
ui_out_table with an enum. It expresses more explicitly the
intent of the field (check that state == TABLE_STATE_HEADERS conveys
more what we want to do than checking for !body_flag).
New in v2:
- Remove unnecessary ui_out_table_state::.
gdb/ChangeLog:
* ui-out.c (enum ui_out_table_state): New enum.
(struct ui_out_table) <body_flag>: Remove field.
<state>: New field.
(ui_out_table_begin): Replace usages of body_flag with state.
(ui_out_table_body): Likewise.
(ui_out_table_end): Likewise.
(ui_out_table_header): Likewise.
(ui_out_begin): Likewise.
(verify_field): Likewise.
(ui_out_new): Likewise.
Diffstat (limited to 'gold/workqueue.cc')
0 files changed, 0 insertions, 0 deletions