]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.230
- rel 4
[packages/vim.git] / 7.2.230
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.230
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.230
11 Problem:    A few old lint-style ARGUSED comments.
12 Solution:   Change to the new UNUSED style.
13 Files:      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 -- 
81 From "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.032991 seconds and 3 git commands to generate.