]> granicus.if.org Git - vim/commitdiff
patch 7.4.1144 v7.4.1144
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Jan 2016 19:05:44 +0000 (20:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Jan 2016 19:05:44 +0000 (20:05 +0100)
Problem:    Can't build on several systems.
Solution:   Include float.h. (Christian Robinson, closes #570 #571)

src/ex_cmds.c
src/version.c

index 11c3cf48ba47c2a91c2f97b723394e84f4376863..6bd7afcc45b15bd38bd8206f9c367ea50b1a35b8 100644 (file)
 #include "vim.h"
 #include "version.h"
 
+#ifdef FEAT_FLOAT
+# include <float.h>
+#endif
+
 #ifdef FEAT_EX_EXTRA
 static int linelen __ARGS((int *has_tab));
 #endif
index bd2c8f6ac1e8ceb3cd31f309a0b32372b44ba594..fcd86f17d1bafbbf5d0a3bf720a09486e0aae4d4 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1144,
 /**/
     1143,
 /**/