mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
style: comment changes
* src/symtab.h, src/lr0.c: here.
This commit is contained in:
@@ -607,7 +607,7 @@ packgram (void)
|
||||
{
|
||||
int itemno = 0;
|
||||
ritem = xnmalloc (nritems + 1, sizeof *ritem);
|
||||
/* This sentinel is used by build_relations in gram.c. */
|
||||
/* This sentinel is used by build_relations() in lalr.c. */
|
||||
*ritem++ = 0;
|
||||
|
||||
rule_number ruleno = 0;
|
||||
|
||||
Reference in New Issue
Block a user