patch 8.1.1233: cannot build tiny version

Problem:    Cannot build tiny version.
Solution:   Remove #ifdef for verb_msg().
diff --git a/src/message.c b/src/message.c
index bf677d4..038ccd6 100644
--- a/src/message.c
+++ b/src/message.c
@@ -101,8 +101,6 @@
     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 @@
 
     return n;
 }
-#endif
 
     int
 msg_attr(char *s, int attr)
diff --git a/src/version.c b/src/version.c
index 40bcf89..48aa464 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1233,
+/**/
     1232,
 /**/
     1231,