]> granicus.if.org Git - vim/commitdiff
patch 8.2.3973: tiny build fails v8.2.3973
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Jan 2022 16:31:48 +0000 (16:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Jan 2022 16:31:48 +0000 (16:31 +0000)
Problem:    Tiny build fails.
Solution:   Adjust #ifdefs

src/errors.h
src/version.c

index 27dde8ff158fad67974ea92ea6eca4f55f744298..1ab0fb642d51e6ce6ac2d3e3a2475acca042fef4 100644 (file)
@@ -690,11 +690,13 @@ EXTERN char e_endwhile_without_while[]
        INIT(= N_("E588: :endwhile without :while"));
 EXTERN char e_endfor_without_for[]
        INIT(= N_("E588: :endfor without :for"));
+#endif
 EXTERN char e_winheight_cannot_be_smaller_than_winminheight[]
        INIT(= N_("E591: 'winheight' cannot be smaller than 'winminheight'"));
 EXTERN char e_winwidth_cannot_be_smaller_than_winminwidth[]
        INIT(= N_("E592: 'winwidth' cannot be smaller than 'winminwidth'"));
 
+#ifdef FEAT_EVAL
 EXTERN char e_missing_endtry[]
        INIT(= N_("E600: Missing :endtry"));
 EXTERN char e_endtry_without_try[]
index f98cf4352ece9067b30fe2bbaaf4292d7b3b56aa..1fc6dac7249481ea3816b2bb3101fb7ac467bb58 100644 (file)
@@ -749,6 +749,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3973,
 /**/
     3972,
 /**/