diff options
| author | Paul Eggert | 2011-07-06 18:32:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-06 18:32:56 -0700 |
| commit | 0e926e561c259468174b16407dd7271c2c8fe904 (patch) | |
| tree | 6a226d2950e17e8e117874c6714fd054600ffba6 /src/floatfns.c | |
| parent | 59361254a6ea5fcfc2f1ec344665aa719fbb936f (diff) | |
| download | emacs-0e926e561c259468174b16407dd7271c2c8fe904.tar.gz emacs-0e926e561c259468174b16407dd7271c2c8fe904.zip | |
Assume freestanding C89 headers, string.h, stdlib.h.
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index b5c8b4af5c3..850eb9f1bcc 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -53,10 +53,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 53 | #include "lisp.h" | 53 | #include "lisp.h" |
| 54 | #include "syssignal.h" | 54 | #include "syssignal.h" |
| 55 | 55 | ||
| 56 | #if STDC_HEADERS | ||
| 57 | #include <float.h> | 56 | #include <float.h> |
| 58 | #endif | ||
| 59 | |||
| 60 | /* If IEEE_FLOATING_POINT isn't defined, default it from FLT_*. */ | 57 | /* If IEEE_FLOATING_POINT isn't defined, default it from FLT_*. */ |
| 61 | #ifndef IEEE_FLOATING_POINT | 58 | #ifndef IEEE_FLOATING_POINT |
| 62 | #if (FLT_RADIX == 2 && FLT_MANT_DIG == 24 \ | 59 | #if (FLT_RADIX == 2 && FLT_MANT_DIG == 24 \ |