commit | 8185111125e4713831d4b6cfeb6f47138b0c83b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 12:27:30 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 12:27:30 2013 +0200 |
tree | 6b8fb40387e6b4db437b5bd7fe5e3f2f6d72094f | |
parent | 644cf03b7ec4c75c695de17286b3a99dd53184dd [diff] [blame] |
updated for version 7.3.886 Problem: Can't build with multi-byte on Solaris 10. Solution: Add #ifdef X_HAVE_UTF8_STRING. (Laurent Blume)
diff --git a/src/version.c b/src/version.c index 8acd839..8605c51 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 886, +/**/ 885, /**/ 884,