(FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
authorGerd Moellmann <gerd@gnu.org>
Thu, 11 Oct 2001 19:13:20 +0000 (19:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 11 Oct 2001 19:13:20 +0000 (19:13 +0000)
commitfb756c1cd751b18f447874a28f6170edc97ce2bd
treebc40916195a4ccdf24b935188ca5691067e6bca8
parent63ca0a6ee4472973bf73ab75979d164d2d157a61
(FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
in case I is of some unsigned type, in which case
MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the
comparison becomes bogus.
src/lisp.h