]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.136 v7.3.136
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Mar 2011 14:01:30 +0000 (15:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Mar 2011 14:01:30 +0000 (15:01 +0100)
Problem:    Duplicate include of assert.h.
Solution:   Remove it.

src/if_cscope.c
src/version.c

index 09a2e2faf5b88e6aee63e80d5e88f9ff5368931c..82c51737198f0064d0cb186504e26e9bbeb21998 100644 (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)
index a05dc15bfe92229c5fe50f36250d416d2d79dfab..1200558d29f8107f9b133c2bf70f4013f17130e5 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    136,
 /**/
     135,
 /**/