comparison src/version.c @ 19392:5b6f420e7352 v8.2.0254

patch 8.2.0254: compiler warning for checking size_t to be negative Commit: https://github.com/vim/vim/commit/ae8d2de3a9c0436a543c7d46071104af31ff6db7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 13 21:42:24 2020 +0100 patch 8.2.0254: compiler warning for checking size_t to be negative Problem: Compiler warning for checking size_t to be negative. Solution: Only check for zero. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Feb 2020 21:45:03 +0100
parents e4b326c9424a
children 4d4c489e8be1
comparison
equal deleted inserted replaced
19391:fddabbb2fbd3 19392:5b6f420e7352
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 254,
745 /**/ 747 /**/
746 253, 748 253,
747 /**/ 749 /**/
748 252, 750 252,
749 /**/ 751 /**/