(Flogb): Use EMACS_INT for `value'.

This commit is contained in:
Richard M. Stallman 1995-04-07 19:00:48 +00:00
parent fef91f5ac2
commit a7bf3c5459

View file

@ -673,7 +673,7 @@ This is the same as the exponent of a float.")
Lisp_Object arg;
{
Lisp_Object val;
int value;
EMACS_INT value;
double f = extract_float (arg);
if (f == 0.0)