diff options
| author | Kenichi Handa | 2012-09-30 23:39:46 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-09-30 23:39:46 +0900 |
| commit | c194970e15b6d6efa07697679a25dfab3aa76442 (patch) | |
| tree | 49aec8be9d2dcc74ad3c81f562e48308d8e27b75 /src/floatfns.c | |
| parent | 95402d5faa114a311cabfb8c64cf22a93787a066 (diff) | |
| parent | dd946752ab8810149a66a3eff469eb128709972d (diff) | |
| download | emacs-c194970e15b6d6efa07697679a25dfab3aa76442.tar.gz emacs-c194970e15b6d6efa07697679a25dfab3aa76442.zip | |
merge trunk
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 | ||