mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
style: reduce scopes in tables.c
* src/tables.c: here. * src/state.h: Formatting changes.
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user