]> granicus.if.org Git - vim/commitdiff
patch 8.1.1973: cannot build without the quickfix feature v8.1.1973
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 09:51:17 +0000 (11:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 09:51:17 +0000 (11:51 +0200)
Problem:    Cannot build without the quickfix feature.
Solution:   Remove #ifdef for qf_info_T.

src/structs.h
src/version.c

index e599550a126f7ef317271fb1880563c19bb57eeb..ce618b90320f009d10ec507f21d59175581d69c1 100644 (file)
@@ -2061,9 +2061,7 @@ typedef struct
 # define B_SPELL(buf)  (0)
 #endif
 
-#ifdef FEAT_QUICKFIX
 typedef struct qf_info_S qf_info_T;
-#endif
 
 #ifdef FEAT_PROFILE
 /*
index 321da5103a0f065be9fab75b06d16388ef925f17..c9860acecefcc5d68e3965523194bd3d62aa89e5 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1973,
 /**/
     1972,
 /**/