]> granicus.if.org Git - vim/commitdiff
patch 8.2.4385: cannot build tiny version v8.2.4385
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 21:42:15 +0000 (21:42 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 21:42:15 +0000 (21:42 +0000)
Problem:    Cannot build tiny version.
Solution:   Adjust #ifdefs.

src/errors.h
src/version.c

index 937c59d22b5b313495295719f84e570352f074ca..d6b82bbfb00a0bee16a9439b510ecf9eef7f7836 100644 (file)
@@ -2791,8 +2791,10 @@ EXTERN char e_missing_argument_type_for_str[]
 // E1080 unused
 EXTERN char e_cannot_unlet_str[]
        INIT(= N_("E1081: Cannot unlet %s"));
+#endif
 EXTERN char e_command_modifier_without_command[]
        INIT(= N_("E1082: Command modifier without command"));
+#ifdef FEAT_EVAL
 EXTERN char e_missing_backtick[]
        INIT(= N_("E1083: Missing backtick"));
 EXTERN char e_cannot_delete_vim9_script_function_str[]
index 3716b3d5c39a9d3bcf88597da175827fd589d133..3d56cf4f44bbaf3405d33adca807e4e481b1c2e1 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4385,
 /**/
     4384,
 /**/