]> granicus.if.org Git - vim/commitdiff
patch 8.2.3192: build failure with small version v8.2.3192
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Jul 2021 20:29:19 +0000 (22:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Jul 2021 20:29:19 +0000 (22:29 +0200)
Problem:    Build failure with small version (Tony Mechelynck).
Solution:   Remove stray #ifdef.

src/errors.h
src/version.c

index 6a6829c6f686f2652c925be47214a371ab0b1b03..ce0d682dd9c15b180c7d4feaf1d3cc36fb6664db 100644 (file)
@@ -58,7 +58,6 @@ EXTERN char e_hebrew_cannot_be_used_not_enabled_at_compile_time[]
 #endif
 EXTERN char e_farsi_support_has_been_removed[]
        INIT(= N_("E27: Farsi support has been removed\n"));
-#ifdef FEAT_EVAL
 #if defined(FEAT_SEARCH_EXTRA) || defined(FEAT_SYN_HL)
 EXTERN char e_no_such_highlight_group_name_str[]
        INIT(= N_("E28: No such highlight group name: %s"));
@@ -109,7 +108,6 @@ EXTERN char e_undefined_variable_str[]
        INIT(= N_("E121: Undefined variable: %s"));
 EXTERN char e_undefined_variable_char_str[]
        INIT(= N_("E121: Undefined variable: %c:%s"));
-#endif
 #ifndef FEAT_DIGRAPHS
 EXTERN char e_no_digraphs_version[]
        INIT(= N_("E196: No digraphs in this version"));
index e6f81ca49a4d91ff3331482a6ba4d45b70ba4b67..cd2069353b65dc011ae15180dc844ff5eb322367 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3192,
 /**/
     3191,
 /**/