diff src/version.c @ 32178:9493de63a3f6 v9.0.1420

patch 9.0.1420: build failure because SIZE_MAX is not defined Commit: https://github.com/vim/vim/commit/aa26153b6cb8353c1cd64667ec55ab5186fa1036 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 21 20:04:58 2023 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Mar 2023 21:15:03 +0100
parents 50f887578908
children 79ab211a3676
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1420,
+/**/
     1419,
 /**/
     1418,