]> git.saurik.com Git - bison.git/commit
(bitsetv_alloc): Return a size that is aligned properly for vectors of
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:25:21 +0000 (07:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:25:21 +0000 (07:25 +0000)
commitf5e211a120f1e508a98ce8e6b823c3750b0cfeed
tree7ad6627771263977dd00984dec7ad468db02d5cc
parent55e728eb31a4824af8cad4583490730b2f44e1e4
(bitsetv_alloc): 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.

(bitsetv_alloc): Add a cast to (void *) to avoid a GCC warning.
lib/bitsetv.c