diff options
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index 4fe209fcb61..645a5957609 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -31,15 +31,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 31 | #include <config.h> | 31 | #include <config.h> |
| 32 | 32 | ||
| 33 | #include "lisp.h" | 33 | #include "lisp.h" |
| 34 | #include "syssignal.h" | ||
| 35 | |||
| 36 | #include <float.h> | ||
| 37 | #if (FLT_RADIX == 2 && FLT_MANT_DIG == 24 \ | ||
| 38 | && FLT_MIN_EXP == -125 && FLT_MAX_EXP == 128) | ||
| 39 | #define IEEE_FLOATING_POINT 1 | ||
| 40 | #else | ||
| 41 | #define IEEE_FLOATING_POINT 0 | ||
| 42 | #endif | ||
| 43 | 34 | ||
| 44 | #include <math.h> | 35 | #include <math.h> |
| 45 | 36 | ||