summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-10-04 14:28:39 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-11-08 13:42:15 +0100
commit4b0cd01fb7a1586e6886207376c587516c3152b5 (patch)
treeb0893a12126a192f8a2ee6ad5bc1f7dc9f9007d6 /src/print.c
parent0328cbad6408af68a2dd9bd3cbda37d63bcf68e3 (diff)
downloadbison-4b0cd01fb7a1586e6886207376c587516c3152b5.tar.gz
style: comment and formatting changes, and fixes
* examples/c/lexcalc/parse.y: Fix option handling. * src/gram.h: Clarify comments. * src/ielr.c: Fix indentation. * src/print.c, src/state.h: More comments.
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/print.c b/src/print.c
index 467e2f2f..4555ba98 100644
--- a/src/print.c
+++ b/src/print.c
@@ -43,6 +43,8 @@
#include "symtab.h"
#include "tables.h"
+/* For a given state, the symbol numbers of the lookahead tokens for
+ shifts and errors (i.e. not reduce). */
static bitset no_reduce_set;