* lisp.h (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
We prefer signed types, and the value cannot exceed the EMACS_INT range anyway (because otherwise the length would not be representable).
Showing
Please register or sign in to comment