diff options
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index e7d404a84e0..45e786f9669 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -47,13 +47,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 47 | 47 | ||
| 48 | #include <count-leading-zeros.h> | 48 | #include <count-leading-zeros.h> |
| 49 | 49 | ||
| 50 | #ifndef isfinite | ||
| 51 | # define isfinite(x) ((x) - (x) == 0) | ||
| 52 | #endif | ||
| 53 | #ifndef isnan | ||
| 54 | # define isnan(x) ((x) != (x)) | ||
| 55 | #endif | ||
| 56 | |||
| 57 | /* Check that X is a floating point number. */ | 50 | /* Check that X is a floating point number. */ |
| 58 | 51 | ||
| 59 | static void | 52 | static void |