• Paul Eggert's avatar
    * lisp.h (bool_vector_size): New function. · 1c0a7493
    Paul Eggert authored
    All uses of XBOOL_VECTOR (x)->size changed to bool_vector_size (x).
    * data.c (bool_vector_spare_mask, bool_vector_binop_driver)
    (Fbool_vector_not, Fbool_vector_count_matches_at):
    Remove uses of 'eassume' that should no longer be needed,
    because they are subsumed by the 'eassume' in bool_vector_size.
    1c0a7493
image.c 252 KB