From fd5c1e824ecd85d1770ea24ca999cc04a1af0dec Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 10 Oct 2002 07:26:15 +0000 Subject: [PATCH] enum -> enum_ --- lib/bitset_stats.h | 2 +- lib/bitsetv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bitset_stats.h b/lib/bitset_stats.h index 4474b35d..63f51352 100644 --- a/lib/bitset_stats.h +++ b/lib/bitset_stats.h @@ -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 diff --git a/lib/bitsetv.h b/lib/bitsetv.h index f11bd9d5..343ef497 100644 --- a/lib/bitsetv.h +++ b/lib/bitsetv.h @@ -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. */ -- 2.47.2