> Date: Sun, 14 Jan 2007 12:35:04 +0100 > From: Francesco Potorti` <[EMAIL PROTECTED]> > Cc: [email protected] > > > >I think I fixed these now in the CVS, please take a look. > > Yes, the warnings have disappeared.
The workaround is to define a variable of type EMACS_INT, assign to it the value that causes the warning in FIXNUM_OVERFLOW_P (the value that might be shorter than EMACS_INT on some platforms), and then use the EMACS_INT variable in FIXNUM_OVERFLOW_P. Not very elegant, but effective. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
