diff src/eval.c @ 8295:18fd94bd4eb8 v7.4.1440

commit https://github.com/vim/vim/commit/fefecb0fbe14c44d46f91036d76bbb6c28162da8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 21:27:20 2016 +0100 patch 7.4.1440 Problem: Can't build on Windows. Solution: Change #ifdefs. Only define isnan when used.
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 21:30:05 +0100
parents ac0c43e7af20
children aec8f8ce8e4c
line wrap: on
line diff
--- a/src/eval.c
+++ b/src/eval.c
@@ -10,6 +10,7 @@
 /*
  * eval.c: Expression evaluation.
  */
+#define USING_FLOAT_STUFF
 
 #include "vim.h"