]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-291 v7.1.291
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Apr 2008 18:59:07 +0000 (18:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Apr 2008 18:59:07 +0000 (18:59 +0000)
src/if_cscope.c
src/version.c

index 376e2a69cb19d006d5e1c52f84b4709924b872be..0019559512d68d35e49e97a1d4edb28ca0a1d21e 100644 (file)
@@ -2163,7 +2163,7 @@ cs_release_csp(i, freefnpp)
            waitpid_errno = errno;
            if (pid != 0)
                break;  /* break unless the process is still running */
-           mch_delay(50, FALSE); /* sleep 50 ms */
+           mch_delay(50L, FALSE); /* sleep 50 ms */
        }
 # endif
        /*
@@ -2198,7 +2198,7 @@ cs_release_csp(i, freefnpp)
                        alive = FALSE; /* cscope process no longer exists */
                        break;
                    }
-                   mch_delay(50, FALSE); /* sleep 50ms */
+                   mch_delay(50L, FALSE); /* sleep 50ms */
                }
            }
            if (alive)
index 5a3c77d65e6c84bc6830d0fc4f993593f508fa23..ee03f3c837ac5f5f7a82bb0fca560849145cd9a3 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    291,
 /**/
     290,
 /**/