diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-06-29 21:48:22 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-06-29 21:59:59 +0300 |
commit | b21e05a2e32e36ae9cc9826acf98084ca4b52d7d (patch) | |
tree | 20d654fb0156f50e150944fc8108a3cada8ca6ec /contrib/tools/bison/src/state.c | |
parent | 0cf48e974f5542c3e65398c01b9b6baf8aa6c260 (diff) | |
download | ydb-b21e05a2e32e36ae9cc9826acf98084ca4b52d7d.tar.gz |
Update contrib/tools/bison to 3.3.2
6215035f251de2d87363064fb4f07a2b14a3b4c8
Diffstat (limited to 'contrib/tools/bison/src/state.c')
-rw-r--r-- | contrib/tools/bison/src/state.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/bison/src/state.c b/contrib/tools/bison/src/state.c index 7037b358ea..0fc9320601 100644 --- a/contrib/tools/bison/src/state.c +++ b/contrib/tools/bison/src/state.c @@ -1,7 +1,7 @@ /* Type definitions for the finite state machine for Bison. - Copyright (C) 2001-2007, 2009-2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 2001-2007, 2009-2015, 2018-2019 Free Software + Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -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; |