Skip to content

Commit

Permalink
updated for version 7.2-098
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Feb 4, 2009
1 parent b770256 commit d0a875e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -3928,7 +3928,7 @@ eval0(arg, rettv, nextcmd, evaluate)

/*
* Handle top level expression:
* expr1 ? expr0 : expr0
* expr2 ? expr1 : expr1
*
* "arg" must point to the first non-white of the expression.
* "arg" is advanced to the next non-white after the recognized expression.
Expand Down Expand Up @@ -19912,7 +19912,7 @@ ex_function(eap)
: eval_isnamec(arg[j])))
++j;
if (arg[j] != NUL)
emsg_funcname(e_invarg2, arg);
emsg_funcname((char *)e_invarg2, arg);
}
}

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
98,
/**/
97,
/**/
Expand Down

0 comments on commit d0a875e

Please sign in to comment.