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