emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: warnings compiling Emacs 22 on amd64


From: Richard Stallman
Subject: Re: warnings compiling Emacs 22 on amd64
Date: Wed, 17 Jan 2007 14:53:49 -0500

    >     #define FIXNUM_OVERFLOW_P(i) \
    >       ((EMACS_INT)(int)(i) > MOST_POSITIVE_FIXNUM \
    >        || (EMACS_INT)(int)(i) < MOST_NEGATIVE_FIXNUM)

    This would break code where `i' is a long.

Yes, that is true.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]