From 61c18652c9374a60ad5ed07a5644217b921c1596 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 4 Sep 2019 11:51:17 +0200 Subject: patch 8.1.1973: cannot build without the quickfix feature Problem: Cannot build without the quickfix feature. Solution: Remove #ifdef for qf_info_T. --- src/structs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/structs.h') diff --git a/src/structs.h b/src/structs.h index e599550a1..ce618b903 100644 --- a/src/structs.h +++ b/src/structs.h @@ -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 /* -- cgit v1.2.1