1
0
forked from aniani/vim

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) #if defined(FEAT_CSCOPE) || defined(PROTO)
#include <assert.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#if defined(UNIX) #if defined(UNIX)

View File

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