]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.3260: build failure with small features v8.2.3260
authorBram Moolenaar <Bram@vim.org>
Sat, 31 Jul 2021 19:44:35 +0000 (21:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 31 Jul 2021 19:44:35 +0000 (21:44 +0200)
Problem:    Build failure with small features.
Solution:   Add #ifdef.

src/ex_docmd.c
src/version.c

index 61feda257dc25ff87d279b02b1e5c23b5638dffc..773a6bec9f7e02d172b2ffddeed92d522bd1ba63 100644 (file)
@@ -1388,6 +1388,7 @@ do_cmdline(
     return retval;
 }
 
+#if defined(FEAT_EVAL) || defined(PROTO)
 /*
  * Handle when "did_throw" is set after executing commands.
  */
@@ -1455,7 +1456,6 @@ handle_did_throw()
     estack_pop();
 }
 
-#ifdef FEAT_EVAL
 /*
  * Obtain a line when inside a ":while" or ":for" loop.
  */
index a3f1d12505f49084ef762c454bd0f6817f17aba0..cbb028307be8845d54e8c54c15f5e477f74cabd2 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3260,
 /**/
     3259,
 /**/