comparison src/version.c @ 33142:318846db5166 v9.0.1853

patch 9.0.1853: CI error on different signedness in regexp.c Commit: https://github.com/vim/vim/commit/15cbaae31382f17c96a4519e334dd7ba4a90ecba Author: Christian Brabandt <cb@256bit.org> Date: Sat Sep 2 22:08:43 2023 +0200 patch 9.0.1853: CI error on different signedness in regexp.c Problem: CI error on different signedness in regexp.c (after patch 9.0.1848) Solution: Cast strlen() call to int Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Sep 2023 22:15:05 +0200
parents 9c4ee9389bb4
children 9c34366acd4e
comparison
equal deleted inserted replaced
33141:a01ad657a4a9 33142:318846db5166
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 1853,
702 /**/ 704 /**/
703 1852, 705 1852,
704 /**/ 706 /**/
705 1851, 707 1851,
706 /**/ 708 /**/