• Paul Eggert's avatar
    bool vector int width fixes · f2752e01
    Paul Eggert authored
    * 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.
    f2752e01
ChangeLog 260 KB