Patch 7.4.1144 (after 7.4.1143)
Problem: Can't build on several systems.
Solution: Include float.h. (Christian Robinson, closes #570 #571)
Files: src/ex_cmds.c
*** ../vim-7.4.1143/src/ex_cmds.c 2016-01-19 23:35:43.567530384 +0100
--- src/ex_cmds.c 2016-01-20 20:05:28.881104425 +0100
***************
*** 14,19 ****
--- 14,23 ----
#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
*** ../vim-7.4.1143/src/version.c 2016-01-19 23:35:43.571530339 +0100
--- src/version.c 2016-01-20 19:52:11.014770699 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 1144,
/**/
--
hundred-and-one symptoms of being an internet addict:
14. You start introducing yourself as "Jim at I-I-Net dot net dot au"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.