]> git.saurik.com Git - bison.git/commit
Include <stddef.h>, for offsetof.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:33:59 +0000 (07:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:33:59 +0000 (07:33 +0000)
commitef5da9206129cdf46b899e5bc55e1854f8c3a9cd
treeaadcf70ca7facc6b6c1ed94d3b0f884f256ca6ee
parent3e0a8627e15c9903f9e8ffb9a8027d72370070c2
Include <stddef.h>, for offsetof.
(lbitset_bytes): Adjust to new, unique names for structures.

(lbitset_and, lbitset_and_cmp, lbitset_andn, lbitset_andn_cmp,
lbitset_or, lbitset_or_cmp, lbitset_xor, lbitset_xor_cmp,
lbitset_empty_p, lbitset_ones, lbitset_not, lbitset_subset_p,
lbitset_disjoint_p, debug_lbitset): Supply prototype decls.

(enum_lbitset_find_mode): New type.  All instances of parameters of
type enum FOO are now of type enum_FOO, to conform to the C Standard.

(struct lbitset_struct, lbitset, bitset_struct, PFV): Remove.

(lbitset_and, lbitset_andn, lbitset_or, lbitset_xor): New functions.
lib/lbitset.c