(enum_lbitset_find_mode): Remove. All uses of "enum_" changed to "enum ".
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Oct 2002 06:27:59 +0000 (06:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Oct 2002 06:27:59 +0000 (06:27 +0000)
commit829f74d29330aba341c679b697b511c8a18c172c
treeb710de5dab2ae15e8650b9d94048e90d3099cd37
parent75f10004fe0e192304073e4f65909aa43439ee79
(enum_lbitset_find_mode): Remove.  All uses of "enum_" changed to "enum ".

(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.
lib/lbitset.c