mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
style: use hash_xinsert
* gnulib: Update to get hash_xinsert. Use it where appropriate.
This commit is contained in:
@@ -385,8 +385,7 @@ state_hash_free (void)
|
||||
void
|
||||
state_hash_insert (state *s)
|
||||
{
|
||||
if (!hash_insert (state_table, s))
|
||||
xalloc_die ();
|
||||
hash_xinsert (state_table, s);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user