1
0
forked from aniani/vim

patch 7.4.1440

Problem:    Can't build on Windows.
Solution:   Change #ifdefs.  Only define isnan when used.
This commit is contained in:
Bram Moolenaar
2016-02-27 21:27:20 +01:00
parent f97ddbeb25
commit fefecb0fbe
4 changed files with 26 additions and 18 deletions

View File

@@ -12,6 +12,7 @@
*
* Follows this standard: https://tools.ietf.org/html/rfc7159.html
*/
#define USING_FLOAT_STUFF
#include "vim.h"