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 -- [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.