]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.278
- typo
[packages/vim.git] / 7.1.278
CommitLineData
ef75664d
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.278
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.1.278 (extra, after 7.1.275)
11Problem: Build failure when USE_CARBONKEYHANDLER is not defined.
12Solution: Remove #ifdef.
13Files: src/gui_mac.c
14
15
16*** ../vim-7.1.277/src/gui_mac.c Wed Mar 12 14:38:51 2008
17--- src/gui_mac.c Wed Mar 12 21:40:54 2008
18***************
19*** 3037,3049 ****
20 gui_mch_init(void)
21 {
22 /* TODO: Move most of this stuff toward gui_mch_init */
23! Rect windRect;
24! MenuHandle pomme;
25 EventHandlerRef mouseWheelHandlerRef;
26- #ifdef USE_CARBONKEYHANDLER
27 EventTypeSpec eventTypeSpec;
28! #endif
29! ControlRef rootControl;
30
31 if (Gestalt(gestaltSystemVersion, &gMacSystemVersion) != noErr)
32 gMacSystemVersion = 0x1000; /* TODO: Default to minimum sensible value */
33--- 3040,3050 ----
34 gui_mch_init(void)
35 {
36 /* TODO: Move most of this stuff toward gui_mch_init */
37! Rect windRect;
38! MenuHandle pomme;
39 EventHandlerRef mouseWheelHandlerRef;
40 EventTypeSpec eventTypeSpec;
41! ControlRef rootControl;
42
43 if (Gestalt(gestaltSystemVersion, &gMacSystemVersion) != noErr)
44 gMacSystemVersion = 0x1000; /* TODO: Default to minimum sensible value */
45*** ../vim-7.1.277/src/version.c Wed Mar 12 17:37:53 2008
46--- src/version.c Wed Mar 12 21:43:22 2008
47***************
48*** 668,669 ****
49--- 668,671 ----
50 { /* Add new patch number below this line */
51+ /**/
52+ 278,
53 /**/
54
55--
56Would you care for a drink? I mean, if it were, like,
57disabled and you had to look after it?
58
59 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
60/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
61\\\ download, build and distribute -- http://www.A-A-P.org ///
62 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.905499 seconds and 4 git commands to generate.