mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
style: prefer bool to char
* src/state.h, src/state.c (state::consistent): Make it a bool. Adjust dependencies.
This commit is contained in:
@@ -143,7 +143,7 @@ state_new (symbol_number accessing_symbol,
|
||||
res->reductions = NULL;
|
||||
res->errs = NULL;
|
||||
res->state_list = NULL;
|
||||
res->consistent = 0;
|
||||
res->consistent = false;
|
||||
res->solved_conflicts = NULL;
|
||||
res->solved_conflicts_xml = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user