Mercurial > emacs
changeset 4594:dc7eabff318b
(Flogb): Error at run time if not supported.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 13 Aug 1993 00:46:48 +0000 |
parents | efead3ca0cd4 |
children | 2507541ef88d |
files | src/floatfns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/floatfns.c Thu Aug 12 22:23:59 1993 +0000 +++ b/src/floatfns.c Fri Aug 13 00:46:48 1993 +0000 @@ -647,7 +647,8 @@ 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