commit | 97d4ea71d613ab69c25851950f9299687a80da01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 18:31:54 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 28 18:31:54 2012 +0100 |
tree | e77ff0bfc7f9c8fda11fc6148e995872aae883dc | |
parent | f4f1956724f70a7def3bcf8a2d77cf1f8c9dd28c [diff] [blame] |
updated for version 7.3.740 Problem: IOC tool complains about undefined behavior for int. Solution: Change to unsigned int. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 47a69c2..e8996e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 740, +/**/ 739, /**/ 738,