commit | 323cb95120f8e0ba0116ddd87dda7956f80d7388 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 19:22:34 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 19:22:34 2011 +0100 |
tree | d8510d9cb8555dd8b975720405b82ea5724b49d6 | |
parent | d6e256c31aef8fc9268d10c0fa3073785d4c3723 [diff] [blame] |
updated for version 7.3.378 Problem: When cross-compiling the check for uint32_t fails. Solution: Only give a warning message. (Maksim Melnikau)
diff --git a/src/version.c b/src/version.c index 6fa74b4..16abb87 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 378, +/**/ 377, /**/ 376,