Blame SOURCES/7.4.622

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.622
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.622
22c937
Problem:    Compiler warning for unused argument.
22c937
Solution:   Add UNUSED.
22c937
Files:	    src/regexp_nfa.c
22c937
22c937
22c937
*** ../vim-7.4.621/src/regexp_nfa.c	2015-02-03 16:49:20.242545503 +0100
22c937
--- src/regexp_nfa.c	2015-02-05 20:28:28.268349950 +0100
22c937
***************
22c937
*** 6838,6844 ****
22c937
  nfa_regtry(prog, col, tm)
22c937
      nfa_regprog_T   *prog;
22c937
      colnr_T	    col;
22c937
!     proftime_T	    *tm;	/* timeout limit or NULL */
22c937
  {
22c937
      int		i;
22c937
      regsubs_T	subs, m;
22c937
--- 6838,6844 ----
22c937
  nfa_regtry(prog, col, tm)
22c937
      nfa_regprog_T   *prog;
22c937
      colnr_T	    col;
22c937
!     proftime_T	    *tm UNUSED;	/* timeout limit or NULL */
22c937
  {
22c937
      int		i;
22c937
      regsubs_T	subs, m;
22c937
*** ../vim-7.4.621/src/version.c	2015-02-04 23:07:55.932517109 +0100
22c937
--- src/version.c	2015-02-05 20:29:00.379932874 +0100
22c937
***************
22c937
*** 743,744 ****
22c937
--- 743,746 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     622,
22c937
  /**/
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
181. You make up words that go with the "happy tune" your modem makes
22c937
     while dialing your ISP.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///