]> code.delx.au - gnu-emacs/blobdiff - src/floatfns.c
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Call bytepos_to_charpos.
[gnu-emacs] / src / floatfns.c
index 6c8aece417d143ad9b1e3de79272bf2c18b246ca..562ec045c199c97bd5872b8e5241100e53ee5a0f 100644 (file)
@@ -47,17 +47,15 @@ Boston, MA 02111-1307, USA.  */
 #include <signal.h>
 
 #include <config.h>
-
-/* Put this before lisp.h so that lisp.h can define DBL_DIG if not defined.  */
-#if STDC_HEADERS
-#include <float.h>
-#endif
-
 #include "lisp.h"
 #include "syssignal.h"
 
 #ifdef LISP_FLOAT_TYPE
 
+#if STDC_HEADERS
+#include <float.h>
+#endif
+
 /* If IEEE_FLOATING_POINT isn't defined, default it from FLT_*. */
 #ifndef IEEE_FLOATING_POINT
 #if (FLT_RADIX == 2 && FLT_MANT_DIG == 24 \