]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-182 v7.2.182
authorBram Moolenaar <Bram@vim.org>
Sun, 17 May 2009 21:25:42 +0000 (21:25 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 May 2009 21:25:42 +0000 (21:25 +0000)
src/gui_gtk_f.c
src/netbeans.c
src/version.c

index 23a9417d77e88bad4098743070a8a8a806edd20e..d88499e256b3edf05f8dd73f58aa72dd1f8d5574 100644 (file)
@@ -229,6 +229,7 @@ gtk_form_get_type(void)
     {
        GtkTypeInfo form_info;
 
+       vim_memset(&form_info, 0, sizeof(form_info));
        form_info.type_name = "GtkForm";
        form_info.object_size = sizeof(GtkForm);
        form_info.class_size = sizeof(GtkFormClass);
index d7badae76ff3ab0d93a9de8ed5f179e6f413f5be..dba50d4571da7b5af7773090b5a8bd9680f1a38c 100644 (file)
@@ -707,7 +707,7 @@ messageFromNetbeansW32()
 #else
 # ifdef FEAT_GUI_MOTIF
     static void
-messageFromNetbeans(XtPointer clientData UNUSED
+messageFromNetbeans(XtPointer clientData UNUSED,
                    int *unused1 UNUSED,
                    XtInputId *unused2 UNUSED)
 # endif
index 24b23b06d052ded6e74ffaf938715aeb4ec852cc..edaa8b7ee68abb6a2e74ebaee8c6261e758b2489 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    182,
 /**/
     181,
 /**/