Re: [patch] Mods needed to successfully compile on OS/2 with gcc 3.2.1

2006-06-17 Thread Bram Moolenaar
David - Thanks for the patches. I'll include them. - Bram -- Back up my hard drive? I can't find the reverse switch! /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, b

[patch] Mods needed to successfully compile on OS/2 with gcc 3.2.1

2006-05-19 Thread David Sanders
--- os_unix.c.orig Mon May 1 04:13:14 2006 +++ os_unix.c Wed May 17 14:31:14 2006 @@ -4971,7 +4971,7 @@ mch_expand_wildcards(num_pat, pat, num_f if (((*file)[*num_file] = alloc(len + 2)) != NULL) { STRCPY((*file)[*num_file], p)