commit | fefecb0fbe14c44d46f91036d76bbb6c28162da8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 21:27:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 21:27:20 2016 +0100 |
tree | 72b405825f3d5e2da3acb619a79bae99b092b26f | |
parent | f97ddbeb255c64a2b3d9db4b049278cd286070a6 [diff] [blame] |
patch 7.4.1440 Problem: Can't build on Windows. Solution: Change #ifdefs. Only define isnan when used.
diff --git a/src/json.c b/src/json.c index 3687645..518a75a 100644 --- a/src/json.c +++ b/src/json.c
@@ -12,6 +12,7 @@ * * Follows this standard: https://tools.ietf.org/html/rfc7159.html */ +#define USING_FLOAT_STUFF #include "vim.h"