]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.408 v7.3.408
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Jan 2012 19:54:19 +0000 (20:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Jan 2012 19:54:19 +0000 (20:54 +0100)
Problem:    Missing declaration.
Solution:   Add the declaration. (John Marriott)

src/gui_w48.c
src/version.c

index 80fad9e8f5bdbbfb1f35aac4359c6446107db527..4d38c15100cf6b8b2ca3d0065b91f78367b062ec 100644 (file)
@@ -3286,6 +3286,7 @@ convert_filterW(char_u *s)
 {
     char_u *tmp;
     int len;
+    WCHAR *res;
 
     tmp = convert_filter(s);
     if (tmp == NULL)
index ccd583bebaccb96dde83e87fefd89cb2239e1d05..bd91554215be31b00fbca33538349aba852fb94e 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    408,
 /**/
     407,
 /**/