(enum_ebitset_find_mode): Remove. All uses of "enum_" changed to "enum ".
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Oct 2002 06:26:31 +0000 (06:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Oct 2002 06:26:31 +0000 (06:26 +0000)
commit75f10004fe0e192304073e4f65909aa43439ee79
tree8f43202520573d2880a25f30fcf5952d7a2e25a5
parent24f4e18b777bb6807da5023764e59ee1830683cc
(enum_ebitset_find_mode): Remove.  All uses of "enum_" changed to "enum ".
(ebitset_and, ebitset_and_cmp, ebitset_andn, ebitset_andn_cmp,
ebitset_bytes, ebitset_copy, ebitset_copy_, ebitset_copy_cmp,
ebitset_disjoint_p, ebitset_elt_add, ebitset_elt_alloc,
ebitset_elt_calloc, ebitset_elt_find, ebitset_elt_free,
ebitset_elt_last, ebitset_elt_remove, ebitset_elt_zero_p,
ebitset_elts_grow, ebitset_empty_p, ebitset_equal_p, ebitset_free,
ebitset_init, ebitset_list, ebitset_list_reverse, ebitset_not,
ebitset_ones, ebitset_op3_cmp, ebitset_or, ebitset_or_cmp,
ebitset_release_memory, ebitset_reset, ebitset_set, ebitset_size,
ebitset_subset_p, ebitset_test, ebitset_weed, ebitset_xor,
ebitset_xor_cmp, ebitset_zero): Use function prototypes; this removes
the need for declaring static functions simply to provide their
prototypes.
lib/ebitset.c