]> code.delx.au - gnu-emacs/commit
Improve clarity of USE_LSB_TAG definition.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Nov 2014 07:38:41 +0000 (23:38 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Nov 2014 07:39:06 +0000 (23:39 -0800)
commit366c1ceb038b42ed8590486e1a3c3cebba87e9da
tree8afbee532cef5f6ff9ddca7e7b0eb4c80d615f37
parent0cce3623b169732a51f055a86fc926313b11a5ee
Improve clarity of USE_LSB_TAG definition.

Problem reported by Lee Duhem.  Suggestion by Andreas Schwab in:
http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg02222.html
* lisp.h (USE_LSB_TAG): Define in terms of the (simpler)
VAL_MAX / 2 rather than in terms of the (more complicated)
EMACS_INT_MAX >> GCTYPEBITS, and adjust commentary to match.
src/ChangeLog
src/lisp.h