diff src/floatfns.c @ 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 e8bd41ac77be
children 1fc792473491
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