changeset 16457:1b58b34d4d90 v8.1.1233

patch 8.1.1233: cannot build tiny version commit https://github.com/vim/vim/commit/c779c674acfe70e00e9515ef3a7732fd9db62a29 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 28 22:53:41 2019 +0200 patch 8.1.1233: cannot build tiny version Problem: Cannot build tiny version. Solution: Remove #ifdef for verb_msg().
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Apr 2019 23:00:05 +0200
parents 0292f09704e4
children ea5ad964e1ba
files src/message.c src/version.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/message.c
+++ b/src/message.c
@@ -101,8 +101,6 @@ msg(char *s)
     return msg_attr_keep(s, 0, FALSE);
 }
 
-#if defined(FEAT_EVAL) || defined(FEAT_X11) || defined(USE_XSMP) \
-    || defined(FEAT_GUI_GTK) || defined(PROTO)
 /*
  * Like msg() but keep it silent when 'verbosefile' is set.
  */
@@ -117,7 +115,6 @@ verb_msg(char *s)
 
     return n;
 }
-#endif
 
     int
 msg_attr(char *s, int attr)
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1233,
+/**/
     1232,
 /**/
     1231,