mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.3.119
Problem: Build problem on Mac. (Nicholas Stallard) Solution: Use "extern" instead of "EXTERN" for p_vfile.
This commit is contained in:
@@ -857,7 +857,7 @@ EXTERN long p_verbose; /* 'verbose' */
|
|||||||
#ifdef IN_OPTION_C
|
#ifdef IN_OPTION_C
|
||||||
char_u *p_vfile = (char_u *)""; /* used before options are initialized */
|
char_u *p_vfile = (char_u *)""; /* used before options are initialized */
|
||||||
#else
|
#else
|
||||||
EXTERN char_u *p_vfile; /* 'verbosefile' */
|
extern char_u *p_vfile; /* 'verbosefile' */
|
||||||
#endif
|
#endif
|
||||||
EXTERN int p_warn; /* 'warn' */
|
EXTERN int p_warn; /* 'warn' */
|
||||||
#ifdef FEAT_CMDL_COMPL
|
#ifdef FEAT_CMDL_COMPL
|
||||||
|
@@ -714,6 +714,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
119,
|
||||||
/**/
|
/**/
|
||||||
118,
|
118,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user