aboutsummaryrefslogtreecommitdiff
path: root/src/if_cscope_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_cscope_defs.h')
-rw-r--r--src/if_cscope_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope_defs.h b/src/if_cscope_defs.h
index 3ed89715fc..100f2d1ab3 100644
--- a/src/if_cscope_defs.h
+++ b/src/if_cscope_defs.h
@@ -37,7 +37,7 @@
typedef struct {
char * name;
- int (*func)__ARGS((exarg_T *eap));
+ int (*func)(exarg_T *eap);
char * help;
char * usage;
int cansplit; /* if supports splitting window */