]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.230
- new
[packages/vim.git] / 7.2.230
CommitLineData
215db38d
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.230
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.230
11Problem: A few old lint-style ARGUSED comments.
12Solution: Change to the new UNUSED style.
13Files: src/getchar.c
14
15
16*** ../vim-7.2.229/src/getchar.c 2009-07-09 18:24:24.000000000 +0200
17--- src/getchar.c 2009-07-09 18:09:13.000000000 +0200
18***************
19*** 3708,3718 ****
20 * Clear all mappings or abbreviations.
21 * 'abbr' should be FALSE for mappings, TRUE for abbreviations.
22 */
23- /*ARGSUSED*/
24 void
25 map_clear(cmdp, arg, forceit, abbr)
26 char_u *cmdp;
27! char_u *arg;
28 int forceit;
29 int abbr;
30 {
31--- 3708,3717 ----
32 * Clear all mappings or abbreviations.
33 * 'abbr' should be FALSE for mappings, TRUE for abbreviations.
34 */
35 void
36 map_clear(cmdp, arg, forceit, abbr)
37 char_u *cmdp;
38! char_u *arg UNUSED;
39 int forceit;
40 int abbr;
41 {
42***************
43*** 3741,3753 ****
44 /*
45 * Clear all mappings in "mode".
46 */
47- /*ARGSUSED*/
48 void
49 map_clear_int(buf, mode, local, abbr)
50! buf_T *buf; /* buffer for local mappings */
51! int mode; /* mode in which to delete */
52! int local; /* TRUE for buffer-local mappings */
53! int abbr; /* TRUE for abbreviations */
54 {
55 mapblock_T *mp, **mpp;
56 int hash;
57--- 3740,3751 ----
58 /*
59 * Clear all mappings in "mode".
60 */
61 void
62 map_clear_int(buf, mode, local, abbr)
63! buf_T *buf UNUSED; /* buffer for local mappings */
64! int mode; /* mode in which to delete */
65! int local UNUSED; /* TRUE for buffer-local mappings */
66! int abbr; /* TRUE for abbreviations */
67 {
68 mapblock_T *mp, **mpp;
69 int hash;
70*** ../vim-7.2.229/src/version.c 2009-07-14 12:20:28.000000000 +0200
71--- src/version.c 2009-07-14 13:44:05.000000000 +0200
72***************
73*** 678,679 ****
74--- 678,681 ----
75 { /* Add new patch number below this line */
76+ /**/
77+ 230,
78 /**/
79
80--
81From "know your smileys":
82 :~) A man with a tape recorder up his nose
83
84 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
85/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
86\\\ download, build and distribute -- http://www.A-A-P.org ///
87 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.038823 seconds and 4 git commands to generate.