mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
enum -> enum_
This commit is contained in:
@@ -28,6 +28,6 @@ extern enum bitset_type bitset_stats_type_get PARAMS ((bitset));
|
|||||||
extern size_t bitset_stats_bytes PARAMS ((void));
|
extern size_t bitset_stats_bytes PARAMS ((void));
|
||||||
|
|
||||||
extern bitset bitset_stats_init PARAMS ((bitset, bitset_bindex,
|
extern bitset bitset_stats_init PARAMS ((bitset, bitset_bindex,
|
||||||
enum bitset_type));
|
enum_bitset_type));
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ typedef bitset * bitsetv;
|
|||||||
/* Create a vector of N_VECS bitsets, each of N_BITS, and of
|
/* Create a vector of N_VECS bitsets, each of N_BITS, and of
|
||||||
type TYPE. */
|
type TYPE. */
|
||||||
extern bitsetv bitsetv_alloc PARAMS ((bitset_bindex, bitset_bindex,
|
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
|
/* Create a vector of N_VECS bitsets, each of N_BITS, and with
|
||||||
attribute hints specified by ATTR. */
|
attribute hints specified by ATTR. */
|
||||||
|
|||||||
Reference in New Issue
Block a user