|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.474
|
|
|
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.474
|
|
|
3ef2ca |
Problem: AIX compiler can't handle // comment. Issue 265.
|
|
|
3ef2ca |
Solution: Remove that line.
|
|
|
3ef2ca |
Files: src/regexp_nfa.c
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.473/src/regexp_nfa.c 2014-09-09 17:18:44.008540299 +0200
|
|
|
3ef2ca |
--- src/regexp_nfa.c 2014-10-11 12:44:38.033259459 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 4407,4413 ****
|
|
|
3ef2ca |
switch (state->c)
|
|
|
3ef2ca |
{
|
|
|
3ef2ca |
case NFA_MATCH:
|
|
|
3ef2ca |
- // nfa_match = TRUE;
|
|
|
3ef2ca |
break;
|
|
|
3ef2ca |
|
|
|
3ef2ca |
case NFA_SPLIT:
|
|
|
3ef2ca |
--- 4407,4412 ----
|
|
|
3ef2ca |
*** ../vim-7.4.473/src/version.c 2014-10-10 15:34:29.657092994 +0200
|
|
|
3ef2ca |
--- src/version.c 2014-10-11 12:45:43.393259602 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 743,744 ****
|
|
|
3ef2ca |
--- 743,746 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 474,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
hundred-and-one symptoms of being an internet addict:
|
|
|
3ef2ca |
252. You vote for foreign officials.
|
|
|
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 ///
|