comparison src/version.c @ 33264:fda04a2e9dee v9.0.1900

patch 9.0.1900: Configure script uses non-portable == comparison Commit: https://github.com/vim/vim/commit/e7d79eb98a30c529cf53fb4852a71b9fd1336c41 Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Sat Sep 16 13:38:26 2023 +0200 patch 9.0.1900: Configure script uses non-portable == comparison Problem: Configure script uses non-portable == comparison Solution: Use the standard and portable "=" instead closes: #13095 closes: #13099 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Sep 2023 13:45:06 +0200
parents 6eac4f616293
children db6ecb403e75
comparison
equal deleted inserted replaced
33263:f20388fbebd8 33264:fda04a2e9dee
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 1900,
702 /**/ 704 /**/
703 1899, 705 1899,
704 /**/ 706 /**/
705 1898, 707 1898,
706 /**/ 708 /**/