mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
warnings: fix -Wmissing-prototypes issues
* src/counterexample.c, src/lssi.c, src/parse-simulation.c, * src/state-item.c: Here.
This commit is contained in:
@@ -61,7 +61,7 @@ hash_pair_free (hash_pair *hp)
|
||||
free (hp);
|
||||
}
|
||||
|
||||
Hash_table *
|
||||
static Hash_table *
|
||||
hash_pair_table_create (int size)
|
||||
{
|
||||
return hash_xinitialize (size,
|
||||
@@ -333,7 +333,7 @@ gen_lookaheads (void)
|
||||
|
||||
bitsetv firsts = NULL;
|
||||
|
||||
void
|
||||
static void
|
||||
init_firsts (void)
|
||||
{
|
||||
firsts = bitsetv_create (nvars, nsyms, BITSET_FIXED);
|
||||
|
||||
Reference in New Issue
Block a user