Skip to content

Commit 44ca54a

Browse files
committed
patch 7.4.2267
Problem: Build fails on MS-Windows. Solution: Add define to get isinf().
1 parent 9992237 commit 44ca54a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/message.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313

1414
#define MESSAGE_FILE /* don't include prototype for smsg() */
15+
#define USING_FLOAT_STUFF
1516

1617
#include "vim.h"
1718

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2267,
766768
/**/
767769
2266,
768770
/**/

0 commit comments

Comments
 (0)