commit | 44ca54aeb9a0eca41aea203786e33d82e69d0615 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 15:41:32 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 15:41:32 2016 +0200 |
tree | 1c4fc0784f50f9353e31341ae1946097a6ba565b | |
parent | 9992237a3e791fbc0c1ebf743ece1b75e1488410 [diff] [blame] |
patch 7.4.2267 Problem: Build fails on MS-Windows. Solution: Add define to get isinf().
diff --git a/src/message.c b/src/message.c index 2824b5b..037d456 100644 --- a/src/message.c +++ b/src/message.c
@@ -12,6 +12,7 @@ */ #define MESSAGE_FILE /* don't include prototype for smsg() */ +#define USING_FLOAT_STUFF #include "vim.h"