1
0
forked from aniani/vim

updated for version 7.1-291

This commit is contained in:
Bram Moolenaar 2008-04-01 18:59:07 +00:00
parent 6a5d2ac1d0
commit 91519e4d6b
2 changed files with 4 additions and 2 deletions

View 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)

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
291,
/**/
290,
/**/