aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data.c b/src/data.c
index c8beeda7208..aaccb675183 100644
--- a/src/data.c
+++ b/src/data.c
@@ -2812,10 +2812,6 @@ arith_driver (enum arithop code, ptrdiff_t nargs, Lisp_Object *args)
2812 return val; 2812 return val;
2813} 2813}
2814 2814
2815#ifndef isnan
2816# define isnan(x) ((x) != (x))
2817#endif
2818
2819static Lisp_Object 2815static Lisp_Object
2820float_arith_driver (double accum, ptrdiff_t argnum, enum arithop code, 2816float_arith_driver (double accum, ptrdiff_t argnum, enum arithop code,
2821 ptrdiff_t nargs, Lisp_Object *args) 2817 ptrdiff_t nargs, Lisp_Object *args)