]> granicus.if.org Git - vim/commitdiff
patch 8.1.1873: cannot build tiny version v8.1.1873
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Aug 2019 15:50:07 +0000 (17:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Aug 2019 15:50:07 +0000 (17:50 +0200)
Problem:    Cannot build tiny version.
Solution:   Remove #ifdef for is_autocmd_blocked().

src/autocmd.c
src/version.c

index 19b5deb71096b57b3f22c61f50ab9a696db9d464..7af5f56ff1147d77d1f2c82310ba7623b2c00b1b 100644 (file)
@@ -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.
index 5d7da51ba9f23ce0dd50f97107d922c6baadd476..081e84ac7051d7e0eb40297581dedf7ba17997ce 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1873,
 /**/
     1872,
 /**/