Patch 7.4.1427
Problem: Trailing comma in enums is not ANSI C.
Solution: Remove the trailing commas.
Files: src/alloc.h, src/gui_mac.c
*** ../vim-7.4.1426/src/alloc.h 2016-01-15 20:48:09.866003187 +0100
--- src/alloc.h 2016-02-27 15:13:43.809241724 +0100
***************
*** 17,21 ****
aid_qf_namebuf,
aid_qf_errmsg,
aid_qf_pattern,
! aid_last,
} alloc_id_T;
--- 17,21 ----
aid_qf_namebuf,
aid_qf_errmsg,
aid_qf_pattern,
! aid_last
} alloc_id_T;
*** ../vim-7.4.1426/src/gui_mac.c 2016-01-30 16:39:20.438376481 +0100
--- src/gui_mac.c 2016-02-27 15:16:57.211219404 +0100
***************
*** 6513,6519 ****
static MenuRef contextMenu = NULL;
enum
{
! kTabContextMenuId = 42,
};
// the caller has to CFRelease() the returned string
--- 6513,6519 ----
static MenuRef contextMenu = NULL;
enum
{
! kTabContextMenuId = 42
};
// the caller has to CFRelease() the returned string
*** ../vim-7.4.1426/src/version.c 2016-02-27 14:44:21.335585337 +0100
--- src/version.c 2016-02-27 15:12:18.802128528 +0100
***************
*** 750,751 ****
--- 750,753 ----
{ /* Add new patch number below this line */
+ /**/
+ 1427,
/**/
--
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. (Calvin)
/// 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.