comparison src/version.c @ 26073:948550cae1e7 v8.2.3570

patch 8.2.3570: Test_very_large_count fails on 32bit systems Commit: https://github.com/vim/vim/commit/ec6e63079dde24a1d74b4103775e74d00f9215ec Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 1 22:58:43 2021 +0000 patch 8.2.3570: Test_very_large_count fails on 32bit systems Problem: Test_very_large_count fails on 32bit systems. Solution: Bail out when using 32 bit numbers. (closes https://github.com/vim/vim/issues/9072)
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Nov 2021 00:00:05 +0100
parents 0bb9004c993b
children 31bdc22000a1
comparison
equal deleted inserted replaced
26072:dc79b552f424 26073:948550cae1e7
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3570,
760 /**/ 762 /**/
761 3569, 763 3569,
762 /**/ 764 /**/
763 3568, 765 3568,
764 /**/ 766 /**/