diff options
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/eval.c b/src/eval.c index 323caf1e5..6e018c404 100644 --- a/src/eval.c +++ b/src/eval.c @@ -27,16 +27,6 @@ # include <time.h> /* for time_t */ #endif -#if defined(FEAT_FLOAT) -# include <float.h> -# if defined(HAVE_MATH_H) -# include <math.h> -# endif -# if defined(WIN32) && !defined(isnan) -# define isnan(x) _isnan(x) -# endif -#endif - #define DICT_MAXNEST 100 /* maximum nesting of lists and dicts */ #define DO_NOT_FREE_CNT 99999 /* refcount for dict or list that should not |