forked from aniani/vim
updated for version 7.3.136
Problem: Duplicate include of assert.h. Solution: Remove it.
This commit is contained in:
@@ -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)
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user