summaryrefslogtreecommitdiffstats
path: root/src/mark.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-05-16 15:31:32 +0000
committerBram Moolenaar <Bram@vim.org>2009-05-16 15:31:32 +0000
commitaf0167fa3917bcaf4e066a08977068b1964ac78d (patch)
tree8d99a0dc0e3b95b8a9404728841943f843142573 /src/mark.c
parent8f0b2d46c7020c2ae097c748940f74b3af1383f7 (diff)
updated for version 7.2-177v7.2.177
Diffstat (limited to 'src/mark.c')
-rw-r--r--src/mark.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mark.c b/src/mark.c
index 03b9f98976..ae31cf0fec 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -884,10 +884,9 @@ ex_delmarks(eap)
/*
* print the jumplist
*/
-/*ARGSUSED*/
void
ex_jumps(eap)
- exarg_T *eap;
+ exarg_T *eap UNUSED;
{
int i;
char_u *name;
@@ -933,10 +932,9 @@ ex_jumps(eap)
/*
* print the changelist
*/
-/*ARGSUSED*/
void
ex_changes(eap)
- exarg_T *eap;
+ exarg_T *eap UNUSED;
{
int i;
char_u *name;