home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.3 / 7.3.119 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.6 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.1
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.119
  11. Problem:    Build problem on Mac. (Nicholas Stallard)
  12. Solution:   Use "extern" instead of "EXTERN" for p_vfile.
  13. Files:        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. -- 
  46. hundred-and-one symptoms of being an internet addict:
  47. 237. 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    ///
  53.