commit | 76b92b2830841fd4e05006cc3cad1d8f0bc8101b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 24 22:46:53 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 24 22:46:53 2006 +0000 |
tree | 16537209b06903af71cfe22119a491ba82039da2 | |
parent | c01140a1a069caf3ced83eac7d4866048c4b723e [diff] [blame] |
updated for version 7.0b
diff --git a/src/structs.h b/src/structs.h index 1b7c826..2a9882b 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1118,7 +1118,9 @@ # define B_SPELL(buf) (0) #endif +#ifdef FEAT_QUICKFIX typedef struct qf_info_S qf_info_T; +#endif /* * buffer: structure that holds information about one file