]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.172
- up to 7.2.436
[packages/vim.git] / 7.2.172
CommitLineData
b5ccbaa1
ER
1To: vim-dev@vim.org
2Subject: Patch 7.2.172 (extra)
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.172 (extra)
11Problem: Compiler warning.
12Solution: Adjust function prototype. (Patrick Texier)
13Files: src/os_mswin.c
14
15
16*** ../vim-7.2.171/src/os_mswin.c 2009-01-22 21:49:21.000000000 +0100
17--- src/os_mswin.c 2009-05-14 20:54:32.000000000 +0200
18***************
19*** 1227,1234 ****
20 * Wait for another process to Close the Clipboard.
21 * Returns TRUE for success.
22 */
23! int
24! vim_open_clipboard()
25 {
26 int delay = 10;
27
28--- 1227,1234 ----
29 * Wait for another process to Close the Clipboard.
30 * Returns TRUE for success.
31 */
32! static int
33! vim_open_clipboard(void)
34 {
35 int delay = 10;
36
37*** ../vim-7.2.171/src/version.c 2009-05-14 21:51:06.000000000 +0200
38--- src/version.c 2009-05-14 21:59:45.000000000 +0200
39***************
40*** 678,679 ****
41--- 678,681 ----
42 { /* Add new patch number below this line */
43+ /**/
44+ 172,
45 /**/
46
47--
48FROG: How you English say: I one more time, mac, I unclog my nose towards
49 you, sons of a window-dresser, so, you think you could out-clever us
50 French fellows with your silly knees-bent creeping about advancing
51 behaviour. (blows a raspberry) I wave my private parts at your aunties,
52 you brightly-coloured, mealy-templed, cranberry-smelling, electric
53 donkey-bottom biters.
54 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
55
56 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
57/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
58\\\ download, build and distribute -- http://www.A-A-P.org ///
59 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.033622 seconds and 4 git commands to generate.