To: vim_dev@googlegroups.com Subject: Patch 7.4.1144 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 + #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 -- Bram@Moolenaar.net -- 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 ///