Use bits_word for gcmarkbits.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Apr 2014 16:59:41 +0000 (09:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Apr 2014 16:59:41 +0000 (09:59 -0700)
commit9c23779a9d8474af16cfadb1a08d2c05ececcbec
tree5b4079b064da29fc379838f9f2bcedb7826d312b
parent90119853b1306f6792c690a802b4c81f279186dc
Use bits_word for gcmarkbits.

* alloc.c (struct cons_block, struct float_block): On 64-bit hosts,
bits_word is typically a tad more efficient for mark bits than
unsigned is, so use bits_word.  All uses changed.
* lisp.h (BITS_PER_INT): Remove; no longer used.
src/ChangeLog
src/alloc.c
src/lisp.h