changeset 3279:1fec3c62f6e8 v7.3.408

updated for version 7.3.408 Problem: Missing declaration. Solution: Add the declaration. (John Marriott)
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 20:54:19 +0100
parents 6d1e3108a03f
children aa265b7165cc
files src/gui_w48.c src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gui_w48.c
+++ b/src/gui_w48.c
@@ -3286,6 +3286,7 @@ convert_filterW(char_u *s)
 {
     char_u *tmp;
     int len;
+    WCHAR *res;
 
     tmp = convert_filter(s);
     if (tmp == NULL)
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    408,
+/**/
     407,
 /**/
     406,