jkunstle / rpms / vim

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