]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.284
- typo
[packages/vim.git] / 7.1.284
CommitLineData
21166df1
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.284
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.1.284
11Problem: Compiler warnings for functions without prototype.
12Solution: Add the function prototypes. (Patrick Texier)
13Files: src/eval.c, src/quickfix.c
14
15
16*** ../vim-7.1.283/src/eval.c Wed Feb 20 20:09:44 2008
17--- src/eval.c Sat Mar 15 12:49:14 2008
18***************
19*** 14662,14667 ****
20--- 14662,14669 ----
21 appended_lines_mark(lcount, added);
22 }
23
24+ static void set_qf_ll_list __ARGS((win_T *wp, typval_T *list_arg, typval_T *action_arg, typval_T *rettv));
25+
26 /*
27 * Used by "setqflist()" and "setloclist()" functions
28 */
29*** ../vim-7.1.283/src/quickfix.c Sat Jan 19 15:55:51 2008
30--- src/quickfix.c Sat Mar 15 12:51:05 2008
31***************
32*** 106,112 ****
33--- 106,114 ----
34
35 static int qf_init_ext __ARGS((qf_info_T *qi, char_u *efile, buf_T *buf, typval_T *tv, char_u *errorformat, int newlist, linenr_T lnumfirst, linenr_T lnumlast));
36 static void qf_new_list __ARGS((qf_info_T *qi));
37+ static void ll_free_all __ARGS((qf_info_T **pqi));
38 static int qf_add_entry __ARGS((qf_info_T *qi, qfline_T **prevp, char_u *dir, char_u *fname, int bufnum, char_u *mesg, long lnum, int col, int vis_col, char_u *pattern, int nr, int type, int valid));
39+ static qf_info_T *ll_new_list __ARGS((void));
40 static void qf_msg __ARGS((qf_info_T *qi));
41 static void qf_free __ARGS((qf_info_T *qi, int idx));
42 static char_u *qf_types __ARGS((int, int));
43*** ../vim-7.1.283/src/version.c Sun Mar 16 16:02:47 2008
44--- src/version.c Thu Mar 20 13:21:42 2008
45***************
46*** 668,669 ****
47--- 668,671 ----
48 { /* Add new patch number below this line */
49+ /**/
50+ 284,
51 /**/
52
53--
54hundred-and-one symptoms of being an internet addict:
55160. You get in the elevator and double-click the button for the floor
56 you want.
57
58 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
59/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
60\\\ download, build and distribute -- http://www.A-A-P.org ///
61 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.432012 seconds and 4 git commands to generate.