]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.1233: cannot build tiny version v8.1.1233
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Apr 2019 20:53:41 +0000 (22:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Apr 2019 20:53:41 +0000 (22:53 +0200)
Problem:    Cannot build tiny version.
Solution:   Remove #ifdef for verb_msg().

src/message.c
src/version.c

index bf677d4508dc153f40ed9a6afbb50ccd97eeff3e..038ccd640f980c166aa71d69d9b9311fc3df8ab1 100644 (file)
@@ -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)
index 40bcf89aea0a3bba1d22edf4b0db0e88555724cc..48aa4645144581781714123fe5c98096499e1200 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1233,
 /**/
     1232,
 /**/