]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.119 v7.3.119
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Feb 2011 13:00:03 +0000 (14:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Feb 2011 13:00:03 +0000 (14:00 +0100)
Problem:    Build problem on Mac. (Nicholas Stallard)
Solution:   Use "extern" instead of "EXTERN" for p_vfile.

src/option.h
src/version.c

index 91faabeeb094dc5d1523a12da2e2a29ad88154bf..e2e65a0cd80e5f63dd66312486e093af073fba26 100644 (file)
@@ -857,7 +857,7 @@ EXTERN long p_verbose;      /* 'verbose' */
 #ifdef IN_OPTION_C
 char_u *p_vfile = (char_u *)""; /* used before options are initialized */
 #else
-EXTERN char_u  *p_vfile;       /* 'verbosefile' */
+extern char_u  *p_vfile;       /* 'verbosefile' */
 #endif
 EXTERN int     p_warn;         /* 'warn' */
 #ifdef FEAT_CMDL_COMPL
index d6e5876e2f02d130c63ff44d732e319b766d01e6..962aa5cf524e1b48da69aeeefa8441770f434e8f 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    119,
 /**/
     118,
 /**/