diff options
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/print.c b/src/print.c index 14b4326bb6f..f1907a31465 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -46,10 +46,7 @@ static Lisp_Object Qtemp_buffer_setup_hook; | |||
| 46 | static Lisp_Object Qfloat_output_format; | 46 | static Lisp_Object Qfloat_output_format; |
| 47 | 47 | ||
| 48 | #include <math.h> | 48 | #include <math.h> |
| 49 | |||
| 50 | #if STDC_HEADERS | ||
| 51 | #include <float.h> | 49 | #include <float.h> |
| 52 | #endif | ||
| 53 | #include <ftoastr.h> | 50 | #include <ftoastr.h> |
| 54 | 51 | ||
| 55 | /* Default to values appropriate for IEEE floating point. */ | 52 | /* Default to values appropriate for IEEE floating point. */ |