comparison src/version.c @ 26087:945bdfc3c00f v8.2.3577

patch 8.2.3577: overflow check fails with 32 ints Commit: https://github.com/vim/vim/commit/0f0044125c2a5dcde2c4605efc39d2e237eed024 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 3 13:43:16 2021 +0000 patch 8.2.3577: overflow check fails with 32 ints Problem: Overflow check fails with 32 ints. Solution: Only test with 64 bit ints.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Nov 2021 14:45:04 +0100
parents afc5987e9670
children 00de6cb1c5a1
comparison
equal deleted inserted replaced
26086:781b2d806215 26087:945bdfc3c00f
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 3577,
760 /**/ 762 /**/
761 3576, 763 3576,
762 /**/ 764 /**/
763 3575, 765 3575,
764 /**/ 766 /**/