summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c
index f86fae5d8..350539d33 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -6334,8 +6334,8 @@ in_id_list(cur_si, list, ssp, contained)
struct subcommand
{
- char *name; /* subcommand name */
- void (*func)__ARGS((exarg_T *, int)); /* function to call */
+ char *name; /* subcommand name */
+ void (*func)(exarg_T *, int); /* function to call */
};
static struct subcommand subcommands[] =