]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.425
- up to 7.2.436
[packages/vim.git] / 7.2.425
CommitLineData
e7d66cb1
AM
1To: vim-dev@vim.org
2Subject: Patch 7.2.425
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.425
11Problem: Some compilers complain about fourth EX() argument.
12Solution: Add cast to long_u.
13Files: src/ex_cmds.h
14
15
16*** ../vim-7.2.424/src/ex_cmds.h 2010-05-14 15:28:37.000000000 +0200
17--- src/ex_cmds.h 2010-05-14 13:08:45.000000000 +0200
18***************
19*** 74,80 ****
20 # undef EX /* just in case */
21 #endif
22 #ifdef DO_DECLARE_EXCMD
23! # define EX(a, b, c, d) {(char_u *)b, c, d}
24
25 typedef void (*ex_func_T) __ARGS((exarg_T *eap));
26
27--- 74,80 ----
28 # undef EX /* just in case */
29 #endif
30 #ifdef DO_DECLARE_EXCMD
31! # define EX(a, b, c, d) {(char_u *)b, c, (long_u)(d)}
32
33 typedef void (*ex_func_T) __ARGS((exarg_T *eap));
34
35*** ../vim-7.2.424/src/version.c 2010-05-14 15:28:37.000000000 +0200
36--- src/version.c 2010-05-14 15:42:23.000000000 +0200
37***************
38*** 683,684 ****
39--- 683,686 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 425,
43 /**/
44
45--
46The users that I support would double-click on a landmine to find out
47what happens. -- A system administrator
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51\\\ download, build and distribute -- http://www.A-A-P.org ///
52 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.182841 seconds and 4 git commands to generate.