]> git.saurik.com Git - bison.git/commit
Include <stddef.h>, for offsetof.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:13:58 +0000 (07:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:13:58 +0000 (07:13 +0000)
commitd4d399fcced178a8dde68ed942e185ac10c57844
treeecd80a37e258ded1df71e3df31db6addd05ec950
parent6fbe49845fa4011d38977531973bcc2c8ccb13ee
Include <stddef.h>, for offsetof.

(abitset_bytes): Return a size that is aligned
properly for vectors of objects.  Do not assume that adding a
header size to a multiple of a word size yields a value that is
properly aligned for the whole union.

(abitset_ones, abitset_zero, abitset_empty_p, abitset_copy1,
abitset_not, abitset_equal_p, abitset_subset_p, abitset_disjoint_p,
abitset_and, abitset_and_cmp, abitset_andn, abitset_andn_cmp,
abitset_or, abitset_or_cmp, abitset_xor, abitset_xor_cmp,
abitset_and_or, abitset_and_or_cmp, abitset_andn_or,
abitset_andn_or_cmp, abitset_or_and, abitset_or_and_cmp,
abitset_copy): Supply prototype decls, to improve the type-checking
that GCC can do.

(struct abitset_struct, abitset, struct bitset_struct): Remove.
lib/abitset.c