]> granicus.if.org Git - vim/commitdiff
patch 7.4.1427 v7.4.1427
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Feb 2016 14:21:32 +0000 (15:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Feb 2016 14:21:32 +0000 (15:21 +0100)
Problem:    Trailing comma in enums is not ANSI C.
Solution:   Remove the trailing commas.

src/alloc.h
src/gui_mac.c
src/version.c

index 7a992c689fdbf3ce3ef0eb246692d2f335851b2a..90a9878072b0629d31b634ebce591c44cc79f8e7 100644 (file)
@@ -17,5 +17,5 @@ typedef enum {
        aid_qf_namebuf,
        aid_qf_errmsg,
        aid_qf_pattern,
-       aid_last,
+       aid_last
 } alloc_id_T;
index c766ed035bb303b681267100880d16173ec25334..c87456e1f637c42b7f78e4146147c15f038addd7 100644 (file)
@@ -6513,7 +6513,7 @@ im_get_status(void)
 static MenuRef contextMenu = NULL;
 enum
 {
-    kTabContextMenuId = 42,
+    kTabContextMenuId = 42
 };
 
 // the caller has to CFRelease() the returned string
index 84ede58ab31d37174812529e7b74c340b33ed48b..359d8df3be490fab2aa23a6f2b0e3818218c9353 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1427,
 /**/
     1426,
 /**/