mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* src/print_graph.c (print_actions): Remove `rule', unused.
* src/LR0.c (kernel_size): Contain `int' instead of `size_t' to pacify GCC's signed < unsigned warnings. * src/closure.c (itemsetsize): Likewise. * src/reader.c (symbol_list_new): Static.
This commit is contained in:
@@ -64,7 +64,7 @@ static bucket *errtoken;
|
||||
static bucket *undeftoken;
|
||||
|
||||
|
||||
symbol_list *
|
||||
static symbol_list *
|
||||
symbol_list_new (bucket *sym)
|
||||
{
|
||||
symbol_list *res = XMALLOC (symbol_list, 1);
|
||||
|
||||
Reference in New Issue
Block a user