0
0
mirror of https://github.com/vim/vim.git synced 2025-09-15 23:23:38 -04:00

updated for version 7.3.136

Problem:    Duplicate include of assert.h.
Solution:   Remove it.
This commit is contained in:
Bram Moolenaar 2011-03-03 15:01:30 +01:00
parent b4b0a08c81
commit ec737235c7
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,6 @@
#if defined(FEAT_CSCOPE) || defined(PROTO)
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#if defined(UNIX)

View File

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