mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +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 bitset bitset_stats_init PARAMS ((bitset, bitset_bindex,
|
||||
enum bitset_type));
|
||||
enum_bitset_type));
|
||||
|
||||
#endif
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user