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

@@ -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. */