comparison src/version.c @ 26282:71bdede8afd8 v8.2.3672

patch 8.2.3672: build failure with unsigned char Commit: https://github.com/vim/vim/commit/71b36206be14c3b6334765d44a38d413eca751c7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 25 13:26:19 2021 +0000 patch 8.2.3672: build failure with unsigned char Problem: Build failure with unsigned char. Solution: Use int instead of char.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Nov 2021 14:30:04 +0100
parents b93e176e7998
children ae947ebb4038
comparison
equal deleted inserted replaced
26281:41076712e8c3 26282:71bdede8afd8
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 3672,
760 /**/ 762 /**/
761 3671, 763 3671,
762 /**/ 764 /**/
763 3670, 765 3670,
764 /**/ 766 /**/