]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.474 v7.4.474
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Oct 2014 10:48:26 +0000 (12:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Oct 2014 10:48:26 +0000 (12:48 +0200)
Problem:    AIX compiler can't handle // comment.  Issue 265.
Solution:   Remove that line.

src/regexp_nfa.c
src/version.c

index 6531d45fd1e732ea481e90a4a6feb3aa44fe489f..37635662bc092079f4494330694f69b75596deca 100644 (file)
@@ -4407,7 +4407,6 @@ skip_add:
     switch (state->c)
     {
        case NFA_MATCH:
-//         nfa_match = TRUE;
            break;
 
        case NFA_SPLIT:
index d7c4cc0999147b4de2f7ec91fcc0c83147eadd5a..89088200df0435f89358037b1b94ddf8c0abe79a 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    474,
 /**/
     473,
 /**/