comparison src/ex_cmds2.c @ 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 1a0d346695fa
children 25672ad7f377
comparison
equal deleted inserted replaced
2710:2d9eebf2c48f 2711:0c39ff7a90a8
1113 1113
1114 /* Command line expansion for :profile. */ 1114 /* Command line expansion for :profile. */
1115 static enum 1115 static enum
1116 { 1116 {
1117 PEXP_SUBCMD, /* expand :profile sub-commands */ 1117 PEXP_SUBCMD, /* expand :profile sub-commands */
1118 PEXP_FUNC, /* expand :profile func {funcname} */ 1118 PEXP_FUNC /* expand :profile func {funcname} */
1119 } pexpand_what; 1119 } pexpand_what;
1120 1120
1121 static char *pexpand_cmds[] = { 1121 static char *pexpand_cmds[] = {
1122 "start", 1122 "start",
1123 #define PROFCMD_START 0 1123 #define PROFCMD_START 0