commit | d6f676daaf88bd4768cd715c0ce88531f599e609 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 01 21:51:55 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 01 21:51:55 2005 +0000 |
tree | a5f1d3dbcbc32264bee8a89852add2bec6ade8d4 | |
parent | 2c29beed4c2a40662ef859f4f5c9aed045d5a0d6 [diff] [blame] |
updated for version 7.0078
diff --git a/src/quickfix.c b/src/quickfix.c index c5ba4cb..41ad00b 100644 --- a/src/quickfix.c +++ b/src/quickfix.c
@@ -49,7 +49,7 @@ */ #define LISTCOUNT 10 -struct qf_list +static struct qf_list { qfline_T *qf_start; /* pointer to the first error */ qfline_T *qf_ptr; /* pointer to the current error */