diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-10-16 18:02:32 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-10-16 18:02:32 -0700 |
commit | f2752e013d24133b645d60b226579f8ae9f1587d (patch) | |
tree | 0acb15dc969d0fa34554a6df0d407708d22f8d45 /lisp/emacs-lisp/lisp.el | |
parent | 7a550bbb1a6be5a4a562e5c8aacee96014a985a9 (diff) | |
download | emacs-f2752e013d24133b645d60b226579f8ae9f1587d.tar.gz emacs-f2752e013d24133b645d60b226579f8ae9f1587d.tar.bz2 emacs-f2752e013d24133b645d60b226579f8ae9f1587d.zip |
bool vector int width fixes
* data.c (bool_vector_spare_mask, Fbool_vector_count_matches)
(Fbool_vector_count_matches_at):
Use EMACS_INT, not ptrdiff_t, to record bit counts, as a bit count
can exceed PTRDIFF_MAX, at least in theory.
(Fbool_vector_count_matches_at):
Use int, not ptrdiff_t, to record a value that can't exceed INT_MAX.
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
0 files changed, 0 insertions, 0 deletions