summaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-09-15 07:15:20 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-09-15 07:59:57 +0200
commit50910389c985b890bed9574dcd9e8e888751f42e (patch)
treeb91de3cebfc516a105ca60b47306968a91839811 /src/state.h
parent6cc69f4d14fd9e196162c181656430514051bd95 (diff)
downloadbison-50910389c985b890bed9574dcd9e8e888751f42e.tar.gz
style: reduce scopes in tables.c
* src/tables.c: here. * src/state.h: Formatting changes.
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index f8ef6d2a..9fb968f7 100644
--- a/src/state.h
+++ b/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) \