]> granicus.if.org Git - vim/commitdiff
patch 8.2.3988: tiny build fails v8.2.3988
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Jan 2022 21:46:29 +0000 (21:46 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Jan 2022 21:46:29 +0000 (21:46 +0000)
Problem:    Tiny build fails.
Solution:   Fix misplaced #ifdef.

src/errors.h
src/version.c

index 592cd6c5e5776b715f8793c58935299dbd8c7f43..4fd47222f3138e8ea4e5cdf11828345afe19de12 100644 (file)
@@ -1261,8 +1261,8 @@ EXTERN char e_not_valid_codepage[]
 #endif
 EXTERN char e_keymap_file_not_found[]
        INIT(= N_("E544: Keymap file not found"));
-EXTERN char e_missing_colon_2[]
 #ifdef CURSOR_SHAPE
+EXTERN char e_missing_colon_2[]
        INIT(= N_("E545: Missing colon"));
 EXTERN char e_illegal_mode[]
        INIT(= N_("E546: Illegal mode"));
index 3403fdaf6f17f4d14ac9dcda807b52225a4163b7..21e11dc0483919e421006a0c9d9cc5e67f2cdac7 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3988,
 /**/
     3987,
 /**/