]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.554
- add patches 7.3.619-743
[packages/vim.git] / 7.3.554
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.554
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.3.554 (after 7.3.551)
11 Problem:    Compiler warning for unused argument.
12 Solution:   Add UNUSED.
13 Files:      src/window.c
14
15
16 *** ../vim-7.3.553/src/window.c 2012-06-13 14:28:16.000000000 +0200
17 --- src/window.c        2012-06-13 17:46:49.000000000 +0200
18 ***************
19 *** 3723,3729 ****
20   enter_tabpage(tp, old_curbuf, trigger_autocmds)
21       tabpage_T *tp;
22       buf_T     *old_curbuf UNUSED;
23 !     int         trigger_autocmds;
24   {
25       int               old_off = tp->tp_firstwin->w_winrow;
26       win_T     *next_prevwin = tp->tp_prevwin;
27 --- 3723,3729 ----
28   enter_tabpage(tp, old_curbuf, trigger_autocmds)
29       tabpage_T *tp;
30       buf_T     *old_curbuf UNUSED;
31 !     int         trigger_autocmds UNUSED;
32   {
33       int               old_off = tp->tp_firstwin->w_winrow;
34       win_T     *next_prevwin = tp->tp_prevwin;
35 *** ../vim-7.3.553/src/version.c        2012-06-13 18:06:32.000000000 +0200
36 --- src/version.c       2012-06-13 18:15:08.000000000 +0200
37 ***************
38 *** 716,717 ****
39 --- 716,719 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     554,
43   /**/
44
45 -- 
46 hundred-and-one symptoms of being an internet addict:
47 33. You name your children Eudora, Mozilla and Dotcom.
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.061817 seconds and 3 git commands to generate.