style: comment changes

* src/closure.h, src/closure.c, src/lalr.c: here.
This commit is contained in:
Akim Demaille
2019-04-12 08:29:44 +02:00
parent 99664706e2
commit 2ab70cf0c6
4 changed files with 60 additions and 11 deletions

View File

@@ -35,6 +35,9 @@
item_number *itemset;
size_t nitemset;
/* RULESET contains a bit for each rule. CLOSURE sets the bits for
all rules which could potentially describe the next input to be
read. */
static bitset ruleset;
/* internal data. See comments before set_fderives and set_firsts. */