* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2013 04:25:33 +0000 (21:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2013 04:25:33 +0000 (21:25 -0700)
commit87c4314d27420e5da8c2f6f97b4cfd94902f1d04
treeb395b1c6c7ef33d35b1795e1659c620230a186dc
parent442560600080f6131ec63956ed43eee7d26bf65a
* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.

All uses of 'size_t' and 'SIZE_MAX' changed to use them, when
they're talking about words in Lisp bool vectors.
(BITS_PER_BITS_WORD): Rename from BITS_PER_SIZE_T.  All uses changed.
src/ChangeLog
src/alloc.c
src/data.c
src/lisp.h