]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1009 v7.3.1009
authorBram Moolenaar <Bram@vim.org>
Fri, 24 May 2013 16:58:43 +0000 (18:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 24 May 2013 16:58:43 +0000 (18:58 +0200)
Problem:    Compiler warning for ambiguous else.
Solution:   Add curly braces.

src/if_py_both.h
src/version.c

index 777e7dae049abdf318afee56c7c41b6fbaacde9b..5ecc239611fcd374f87b4e5bf4cad6bac6e25618 100644 (file)
@@ -2163,7 +2163,9 @@ WinListDestructor(WinListObject *self)
     TabPageObject      *tabObject = self->tabObject;
 
     if (tabObject)
+    {
        Py_DECREF((PyObject *)(tabObject));
+    }
 
     DESTRUCTOR_FINISH(self);
 }
index 07bd9dce86a6cbfe5a8fece572ca4ae7328596b9..8504dfe259490489aa233af836c7f5b05dd4a275 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1009,
 /**/
     1008,
 /**/