]> git.eshelyaron.com Git - emacs.git/commit
* lisp.h (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jun 2011 19:08:22 +0000 (12:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jun 2011 19:08:22 +0000 (12:08 -0700)
commitb61cc01c06234b0f48b5485d7d592c1c81c05c70
tree459050c36b468a32edd541ae4a5f69b274ed8215
parent15375a22fb35c7eb2799393617dec8c7dfe12cc2
* 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).
src/ChangeLog
src/lisp.h