]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.119
- new
[packages/vim.git] / 7.3.119
CommitLineData
6e00d2e9
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.1
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.3.119
11Problem: Build problem on Mac. (Nicholas Stallard)
12Solution: Use "extern" instead of "EXTERN" for p_vfile.
13Files: src/option.h
14
15
16*** ../vim-7.3.118/src/option.h 2011-02-09 15:59:32.000000000 +0100
17--- src/option.h 2011-02-12 13:56:50.000000000 +0100
18***************
19*** 857,863 ****
20 #ifdef IN_OPTION_C
21 char_u *p_vfile = (char_u *)""; /* used before options are initialized */
22 #else
23! EXTERN char_u *p_vfile; /* 'verbosefile' */
24 #endif
25 EXTERN int p_warn; /* 'warn' */
26 #ifdef FEAT_CMDL_COMPL
27--- 857,863 ----
28 #ifdef IN_OPTION_C
29 char_u *p_vfile = (char_u *)""; /* used before options are initialized */
30 #else
31! extern char_u *p_vfile; /* 'verbosefile' */
32 #endif
33 EXTERN int p_warn; /* 'warn' */
34 #ifdef FEAT_CMDL_COMPL
35*** ../vim-7.3.118/src/version.c 2011-02-09 18:47:36.000000000 +0100
36--- src/version.c 2011-02-12 13:59:41.000000000 +0100
37***************
38*** 716,717 ****
39--- 716,719 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 119,
43 /**/
44
45--
46hundred-and-one symptoms of being an internet addict:
47237. You tattoo your email address on your forehead.
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.039602 seconds and 4 git commands to generate.