updated for version 7.2-098
diff --git a/src/eval.c b/src/eval.c
index 76a6044..98979b1 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -3928,7 +3928,7 @@
 
 /*
  * 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.
@@ -19912,7 +19912,7 @@
 						      : eval_isnamec(arg[j])))
 		++j;
 	    if (arg[j] != NUL)
-		emsg_funcname(e_invarg2, arg);
+		emsg_funcname((char *)e_invarg2, arg);
 	}
     }
 
diff --git a/src/version.c b/src/version.c
index d5e4484..4aeef69 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    98,
+/**/
     97,
 /**/
     96,