(enum_bitset_ops, enum_bitset_type): New types.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:15:56 +0000 (07:15 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:15:56 +0000 (07:15 +0000)
commitd9d83ef27765b1a19f6e977387a40f039d8f859a
tree78611e41f492514438aaea1c2bfc3a58b53df69a
parentd4d399fcced178a8dde68ed942e185ac10c57844
(enum_bitset_ops, enum_bitset_type): New types.
All instances of parameters of type enum bitset_opts are now of
type enum_bitset_opts, to conform to the C Standard, and similarly
for enum_bitset_type.

(bitset): Now points to a union, not to a struct.
All instances of "struct bitset_struct *" replaced with "bitset".

(bitset_and_or_, bitset_andn_or_, bitset_or_and_): New decls.
lib/bbitset.h