mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(debug_lbitset, lbitset_and, lbitset_and_cmp, lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy, lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc, lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free, lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p, lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init, lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones, lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune, lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size, lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor, lbitset_xor_cmp, lbitset_zero): Use function prototypes; this removes the need for declaring static functions simply to provide their prototypes.