From: Paul Eggert Date: Wed, 16 Oct 2002 06:27:59 +0000 (+0000) Subject: (enum_lbitset_find_mode): Remove. All uses of "enum_" changed to "enum ". X-Git-Tag: BISON-1_875~462 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/829f74d29330aba341c679b697b511c8a18c172c?hp=829f74d29330aba341c679b697b511c8a18c172c (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. ---