commit | aa26153b6cb8353c1cd64667ec55ab5186fa1036 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 20:04:58 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 20:04:58 2023 +0000 |
tree | 369f8da9dcfa82a0de8369b1562354d4a32210b2 | |
parent | 4a5c39fc52a73d46ac77cf574f765a465befc3c0 [diff] [blame] |
patch 9.0.1420: build failure because SIZE_MAX is not defined Problem: Build failure because SIZE_MAX is not defined. Solution: Define SIZE_MAX when missing. (John Marriott)
diff --git a/src/version.c b/src/version.c index 379980a..32c39be 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1420, +/**/ 1419, /**/ 1418,