mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
style: comment changes
* src/symtab.h, src/lr0.c: here.
This commit is contained in:
11
src/lr0.c
11
src/lr0.c
@@ -58,10 +58,11 @@ core_print (size_t core_size, item_number *core, FILE *out)
|
||||
}
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------.
|
||||
| A state was just discovered from another state. Queue it for |
|
||||
| later examination, in order to find its transitions. Return it. |
|
||||
`------------------------------------------------------------------*/
|
||||
/*-----------------------------------------------------------------.
|
||||
| A state was just discovered by transitioning on SYM from another |
|
||||
| state. Queue this state for later examination, in order to find |
|
||||
| its outgoing transitions. Return it. |
|
||||
`-----------------------------------------------------------------*/
|
||||
|
||||
static state *
|
||||
state_list_append (symbol_number sym, size_t core_size, item_number *core)
|
||||
@@ -98,7 +99,7 @@ static state **shiftset;
|
||||
|
||||
|
||||
/* KERNEL_BASE[symbol-number] -> list of item numbers (offsets inside
|
||||
RITEM) of lenngth KERNEL_SIZE[symbol-number]. */
|
||||
RITEM) of length KERNEL_SIZE[symbol-number]. */
|
||||
static item_number **kernel_base;
|
||||
static int *kernel_size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user