enum -> enum_

This commit is contained in:
Paul Eggert
2002-10-10 07:26:15 +00:00
parent f5e211a120
commit fd5c1e824e
2 changed files with 2 additions and 2 deletions

View File

@@ -28,6 +28,6 @@ extern enum bitset_type bitset_stats_type_get PARAMS ((bitset));
extern size_t bitset_stats_bytes PARAMS ((void));
extern bitset bitset_stats_init PARAMS ((bitset, bitset_bindex,
enum bitset_type));
enum_bitset_type));
#endif

View File

@@ -26,7 +26,7 @@ typedef bitset * bitsetv;
/* Create a vector of N_VECS bitsets, each of N_BITS, and of
type TYPE. */
extern bitsetv bitsetv_alloc PARAMS ((bitset_bindex, bitset_bindex,
enum bitset_type));
enum_bitset_type));
/* Create a vector of N_VECS bitsets, each of N_BITS, and with
attribute hints specified by ATTR. */