To: vim_dev@googlegroups.com Subject: Patch 7.4.2140 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2140 Problem: Tiny build fails. Solution: Add dummy typedefs. Files: src/structs.h *** ../vim-7.4.2139/src/structs.h 2016-08-01 15:40:24.171878515 +0200 --- src/structs.h 2016-08-01 16:33:16.469998892 +0200 *************** *** 1380,1385 **** --- 1380,1395 ---- dictitem_T *fd_di; /* Dictionary item used */ } funcdict_T; + #else + /* dummy typedefs for function prototypes */ + typedef struct + { + int dummy; + } ufunc_T; + typedef struct + { + int dummy; + } funcdict_T; #endif struct partial_S *** ../vim-7.4.2139/src/version.c 2016-08-01 16:29:42.520009755 +0200 --- src/version.c 2016-08-01 16:33:59.337596169 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2140, /**/ -- The MS-Windows registry is no more hostile than any other bunch of state information... that is held in a binary format... a format that nobody understands... and is replicated and cached in a complex and largely undocumented way... and contains large amounts of duplicate and obfuscated information... (Ben Peterson) /// 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 ///