]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0268: build error without the +eval feature v9.0.0268
authorBram Moolenaar <Bram@vim.org>
Thu, 25 Aug 2022 15:30:01 +0000 (16:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Aug 2022 15:30:01 +0000 (16:30 +0100)
Problem:    Build error without the +eval feature.
Solution:   Remove #ifdef.

src/globals.h
src/version.c

index 3c2d9046667d455f78c08bcb13694d6cfca2390a..0af3ce73679f80fe483d19138c5570579a31898e 100644 (file)
@@ -1605,9 +1605,7 @@ EXTERN int netbeansSuppressNoLines INIT(= 0); // skip "No lines in buffer"
 EXTERN char top_bot_msg[]   INIT(= N_("search hit TOP, continuing at BOTTOM"));
 EXTERN char bot_top_msg[]   INIT(= N_("search hit BOTTOM, continuing at TOP"));
 
-#ifdef FEAT_EVAL
 EXTERN char line_msg[]     INIT(= N_(" line "));
-#endif
 
 #ifdef FEAT_CRYPT
 EXTERN char need_key_msg[]  INIT(= N_("Need encryption key for \"%s\""));
index b5cdfdf789e14feea3e2f4071b51fa2cbe60bd69..022b7199c511df53ddd53c028fe66805c19b215d 100644 (file)
@@ -727,6 +727,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    268,
 /**/
     267,
 /**/