mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.2267
Problem: Build fails on MS-Windows. Solution: Add define to get isinf().
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define MESSAGE_FILE /* don't include prototype for smsg() */
|
#define MESSAGE_FILE /* don't include prototype for smsg() */
|
||||||
|
#define USING_FLOAT_STUFF
|
||||||
|
|
||||||
#include "vim.h"
|
#include "vim.h"
|
||||||
|
|
||||||
|
@@ -763,6 +763,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2267,
|
||||||
/**/
|
/**/
|
||||||
2266,
|
2266,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user