f6dcd82
To: vim-dev@vim.org
f6dcd82
Subject: Patch 7.2.309
f6dcd82
Fcc: outbox
f6dcd82
From: Bram Moolenaar <Bram@moolenaar.net>
f6dcd82
Mime-Version: 1.0
f6dcd82
Content-Type: text/plain; charset=UTF-8
f6dcd82
Content-Transfer-Encoding: 8bit
f6dcd82
------------
f6dcd82
f6dcd82
Patch 7.2.309 (after 7.2.308)
f6dcd82
Problem:    Warning for missing function prototype. (Patrick Texier)
f6dcd82
Solution:   Add the prototype.
f6dcd82
Files:	    src/regexp.c
f6dcd82
f6dcd82
f6dcd82
*** ../vim-7.2.308/src/regexp.c	2009-11-25 19:51:56.000000000 +0100
f6dcd82
--- src/regexp.c	2009-11-26 20:39:18.000000000 +0100
f6dcd82
***************
f6dcd82
*** 7214,7219 ****
f6dcd82
--- 7214,7221 ----
f6dcd82
  }
f6dcd82
  
f6dcd82
  #ifdef FEAT_EVAL
f6dcd82
+ static char_u *reg_getline_submatch __ARGS((linenr_T lnum));
f6dcd82
+ 
f6dcd82
  /*
f6dcd82
   * Call reg_getline() with the line numbers from the submatch.  If a
f6dcd82
   * substitute() was used the reg_maxline and other values have been
f6dcd82
*** ../vim-7.2.308/src/version.c	2009-11-25 19:51:56.000000000 +0100
f6dcd82
--- src/version.c	2009-11-26 20:40:11.000000000 +0100
f6dcd82
***************
f6dcd82
*** 683,684 ****
f6dcd82
--- 683,686 ----
f6dcd82
  {   /* Add new patch number below this line */
f6dcd82
+ /**/
f6dcd82
+     309,
f6dcd82
  /**/
f6dcd82
f6dcd82
-- 
f6dcd82
Female engineers become irresistible at the age of consent and remain that
f6dcd82
way until about thirty minutes after their clinical death.  Longer if it's a
f6dcd82
warm day.
f6dcd82
				(Scott Adams - The Dilbert principle)
f6dcd82
f6dcd82
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
f6dcd82
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
f6dcd82
\\\        download, build and distribute -- http://www.A-A-P.org        ///
f6dcd82
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///