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.4 / 7.4.263 < prev    next >
Encoding:
Internet Message Format  |  2014-04-22  |  1.3 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.263
  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.4.263
  11. Problem:    GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz)
  12. Solution:   Remove the second declaration.
  13. Files:        src/eval.c
  14.  
  15.  
  16. *** ../vim-7.4.262/src/eval.c    2014-04-23 17:43:37.362948683 +0200
  17. --- src/eval.c    2014-04-23 19:34:46.678787977 +0200
  18. ***************
  19. *** 18319,18325 ****
  20.       char_u        *s = NULL;
  21.       char_u        *start;
  22.       char_u        *end;
  23. -     char_u        *p;
  24.       int        i;
  25.   
  26.       res = get_cmd_output(get_tv_string(&argvars[0]), infile,
  27. --- 18319,18324 ----
  28. *** ../vim-7.4.262/src/version.c    2014-04-23 19:06:33.702828771 +0200
  29. --- src/version.c    2014-04-23 19:43:22.366775550 +0200
  30. ***************
  31. *** 736,737 ****
  32. --- 736,739 ----
  33.   {   /* Add new patch number below this line */
  34. + /**/
  35. +     263,
  36.   /**/
  37.  
  38. -- 
  39. How many light bulbs does it take to change a person?
  40.  
  41.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  42. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  43. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  44.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  45.