diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-04 11:51:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-04 11:51:17 +0200 |
commit | 61c18652c9374a60ad5ed07a5644217b921c1596 (patch) | |
tree | 696c199cc9fbeb83669e0b4d03f7a6a21b79545f /src/structs.h | |
parent | 5d712e4672c6c8cf7f35cfb7d8eb7e8aa24062ac (diff) | |
download | vim-git-61c18652c9374a60ad5ed07a5644217b921c1596.tar.gz |
patch 8.1.1973: cannot build without the quickfix featurev8.1.1973
Problem: Cannot build without the quickfix feature.
Solution: Remove #ifdef for qf_info_T.
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 /* |