commit | b055066a1daf12c349d6c575aff22ae4d999a157 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 31 21:37:36 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 31 21:37:36 2016 +0200 |
tree | b1a1c54ba96a50abc70ccb5bca0b1279aa81b502 | |
parent | e3188e261569ae512fb1ae2653b57fdd9e259ca3 [diff] [blame] |
patch 7.4.1861 Problem: Compiler warnings with 64 bit compiler. Solution: Change int to size_t. (Mike William)
diff --git a/src/version.c b/src/version.c index 515f518..bf77c87 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1861, +/**/ 1860, /**/ 1859,