commit | d1864597a0d87fa9b3fbd09fc022b3405be7f274 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 04 04:40:15 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 04 04:40:15 2013 +0200 |
tree | b9849aa63e5bb3b15e945bfda04ab2c0751b3453 | |
parent | 8fadd8b8406335f1a2035f1a6aeab67c7fc5d685 [diff] [blame] |
updated for version 7.3.923 Problem: Check for X11 header files fails on Solaris. Solution: Only use -Werror for gcc. (Laurent Blume)
diff --git a/src/version.c b/src/version.c index 8d16217..4fb40d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 923, +/**/ 922, /**/ 921,