changeset 17752:6e11a5cb1533 v8.1.1873

patch 8.1.1873: cannot build tiny version commit https://github.com/vim/vim/commit/df707755554ecc102a908e8d5b64f2903f4f3686 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 17:50:07 2019 +0200 patch 8.1.1873: cannot build tiny version Problem: Cannot build tiny version. Solution: Remove #ifdef for is_autocmd_blocked().
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 18:00:03 +0200
parents ac9f5d3ac693
children 47f896748fba
files src/autocmd.c src/version.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/autocmd.c
+++ b/src/autocmd.c
@@ -2241,14 +2241,11 @@ unblock_autocmds(void)
 # endif
 }
 
-#if defined(FEAT_EVAL) && (defined(FEAT_XIM) || defined(IME_WITHOUT_XIM)) \
-	|| defined(PROTO)
     int
 is_autocmd_blocked(void)
 {
     return autocmd_blocked != 0;
 }
-#endif
 
 /*
  * Find next autocommand pattern that matches.
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1873,
+/**/
     1872,
 /**/
     1871,