From 49789dc987f93b6852bd8de6090305b8e4cc8a75 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 25 Feb 2011 14:46:09 +0100 Subject: [PATCH] updated for version 7.3.127 Problem: Compiler complains about comma. Solution: Remove comma after last enum element. --- src/ex_cmds2.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index e78b15928..54e4f07b8 100644 --- 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[] = { diff --git a/src/version.c b/src/version.c index 4a2d62977..e72af8e7d 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 127, /**/ 126, /**/