changeset 2711:0c39ff7a90a8 v7.3.127

updated for version 7.3.127 Problem: Compiler complains about comma. Solution: Remove comma after last enum element.
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Feb 2011 14:46:09 +0100
parents 2d9eebf2c48f
children 43243f7ce351
files src/ex_cmds2.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -1115,7 +1115,7 @@ ex_profile(eap)
 static enum
 {
     PEXP_SUBCMD,	/* expand :profile sub-commands */
-    PEXP_FUNC,		/* expand :profile func {funcname} */
+    PEXP_FUNC		/* expand :profile func {funcname} */
 } pexpand_what;
 
 static char *pexpand_cmds[] = {
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    127,
+/**/
     126,
 /**/
     125,