]> granicus.if.org Git - vim/commitdiff
patch 8.2.4015: build failure with tiny features v8.2.4015
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Jan 2022 11:43:21 +0000 (11:43 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Jan 2022 11:43:21 +0000 (11:43 +0000)
Problem:    Build failure with tiny features. (Tony Mechelynck)
Solution:   Adjust #ifdefs.

src/errors.h
src/version.c

index 3b765a16686aa02c135732f6ebf74c73aae79a64..2d164cd9f020df856388a45845a037a5fb29a84e 100644 (file)
@@ -2318,8 +2318,10 @@ EXTERN char e_missing_end_marker_str[]
        INIT(= N_("E990: Missing end marker '%s'"));
 EXTERN char e_cannot_use_heredoc_here[]
        INIT(= N_("E991: cannot use =<< here"));
+#endif
 EXTERN char e_not_allowed_in_modeline_when_modelineexpr_is_off[]
        INIT(= N_("E992: Not allowed in a modeline when 'modelineexpr' is off"));
+#ifdef FEAT_EVAL
 EXTERN char e_window_nr_is_not_popup_window[]
        INIT(= N_("E993: window %d is not a popup window"));
 EXTERN char e_not_allowed_in_popup_window[]
index dcebe58851ed4e288e1fd616aeb467aff6708ec1..d331c87085e772be4dc73eaa1f9871e35b478a42 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4015,
 /**/
     4014,
 /**/