aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/src/state.h
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-06-29 11:45:54 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-06-29 11:54:41 +0300
commit9158d9115725ca7f4ada745ec55eddd5747bc61e (patch)
treef262cd6d7a98bb367943a4918b6963a7800f3937 /contrib/tools/bison/src/state.h
parent632b3cedb8e12fbbb0bcd1bdbf7ec5686725b7e9 (diff)
downloadydb-9158d9115725ca7f4ada745ec55eddd5747bc61e.tar.gz
Update contrib/tools/bison to 3.2.4
78e59a97f3fde03511ddb9969cd1daabbaf998bd
Diffstat (limited to 'contrib/tools/bison/src/state.h')
-rw-r--r--contrib/tools/bison/src/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/bison/src/state.h b/contrib/tools/bison/src/state.h
index f8ef6d2a0d..9fb968f761 100644
--- a/contrib/tools/bison/src/state.h
+++ b/contrib/tools/bison/src/state.h
@@ -148,7 +148,7 @@ typedef struct
/* Iterate over each transition over a token (shifts). */
-# define FOR_EACH_SHIFT(Transitions, Iter) \
+# define FOR_EACH_SHIFT(Transitions, Iter) \
for (Iter = 0; \
Iter < Transitions->num \
&& (TRANSITION_IS_DISABLED (Transitions, Iter) \