# HG changeset patch # User Paul Eggert # Date 877580976 0 # Node ID 923e1f635acedbe3298b9c6779801daf44c8230d # Parent 1e352b03fd8af81339bb38f994f4241338ed0d97 No need to include before "lisp.h", as the latter no longer defines DBL_DIG. diff -r 1e352b03fd8a -r 923e1f635ace src/data.c --- a/src/data.c Thu Oct 23 04:29:36 1997 +0000 +++ b/src/data.c Thu Oct 23 04:29:36 1997 +0000 @@ -22,14 +22,6 @@ #include #include - -/* Put this before lisp.h so that lisp.h can define DBL_DIG if not defined. */ -#ifdef LISP_FLOAT_TYPE -#ifdef STDC_HEADERS -#include -#endif -#endif - #include "lisp.h" #include "puresize.h" #include "charset.h" @@ -45,6 +37,7 @@ #ifdef STDC_HEADERS #include +#include #endif /* If IEEE_FLOATING_POINT isn't defined, default it from FLT_*. */ diff -r 1e352b03fd8a -r 923e1f635ace src/floatfns.c --- a/src/floatfns.c Thu Oct 23 04:29:36 1997 +0000 +++ b/src/floatfns.c Thu Oct 23 04:29:36 1997 +0000 @@ -47,17 +47,15 @@ #include #include - -/* Put this before lisp.h so that lisp.h can define DBL_DIG if not defined. */ -#if STDC_HEADERS -#include -#endif - #include "lisp.h" #include "syssignal.h" #ifdef LISP_FLOAT_TYPE +#if STDC_HEADERS +#include +#endif + /* If IEEE_FLOATING_POINT isn't defined, default it from FLT_*. */ #ifndef IEEE_FLOATING_POINT #if (FLT_RADIX == 2 && FLT_MANT_DIG == 24 \