To: vim_dev@googlegroups.com Subject: Patch 7.4.2267 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2267 (after 7.4.2266) Problem: Build fails on MS-Windows. Solution: Add define to get isinf(). Files: src/message.c *** ../vim-7.4.2266/src/message.c 2016-08-27 15:26:31.874459807 +0200 --- src/message.c 2016-08-27 15:37:22.880951675 +0200 *************** *** 12,17 **** --- 12,18 ---- */ #define MESSAGE_FILE /* don't include prototype for smsg() */ + #define USING_FLOAT_STUFF #include "vim.h" *** ../vim-7.4.2266/src/version.c 2016-08-27 15:26:31.878459773 +0200 --- src/version.c 2016-08-27 15:40:33.211340786 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2267, /**/ -- You can't have everything. Where would you put it? -- Steven Wright /// 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 ///