From: Bram Moolenaar Date: Sat, 27 Aug 2016 13:41:32 +0000 (+0200) Subject: patch 7.4.2267 X-Git-Tag: v7.4.2267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44ca54aeb9a0eca41aea203786e33d82e69d0615;p=vim 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 2824b5bbb..037d45605 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" diff --git a/src/version.c b/src/version.c index 93976c37d..c64046e34 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2267, /**/ 2266, /**/