mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-27 19:31:38 +00:00
(Flogb): Error at run time if not supported.
This commit is contained in:
parent
a069743544
commit
d3fc9c800d
@ -647,7 +647,8 @@ This is the same as the exponent of a float.")
|
||||
XSET (val, Lisp_Int, exp-1);
|
||||
}
|
||||
#else
|
||||
Well, what *do* you have?
|
||||
/* Would someone like to write code to emulate logb? */
|
||||
error ("`logb' not implemented on this operating system");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user