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.
This commit is contained in:
Akim Demaille
2020-10-04 14:28:39 +02:00
parent 0328cbad64
commit 4b0cd01fb7
5 changed files with 20 additions and 15 deletions

View File

@@ -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;