(Flogb): Use EMACS_INT for `value'.
This commit is contained in:
parent
fef91f5ac2
commit
a7bf3c5459
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue