-/* Use the following types for function parameters where the
- corresponding enum would be the correct type if we could use
- prototyped function definitions. Standard C says that one cannot
- portably use an enum as a parameter of an old-style function
- definition that is also declared with a prototype. */
-
-typedef int enum_bitset_ops;
-typedef int enum_bitset_type;
-