mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user