comparison src/version.c @ 14327:b8f1167aa8ad v8.1.0179

patch 8.1.0179: redundant condition for boundary check commit https://github.com/vim/vim/commit/efc81331e7bceafa2d7bc452a98d6ec1943b4292 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 13 16:31:19 2018 +0200 patch 8.1.0179: redundant condition for boundary check Problem: Redundant condition for boundary check. Solution: Remove the condition. (Dominique Pelle). Change FALSE to FAIL.
author Christian Brabandt <cb@256bit.org>
date Fri, 13 Jul 2018 16:45:05 +0200
parents 89dd0ad361fb
children fe651f98e173
comparison
equal deleted inserted replaced
14326:19964d1e9f7c 14327:b8f1167aa8ad
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 179,
792 /**/ 794 /**/
793 178, 795 178,
794 /**/ 796 /**/
795 177, 797 177,
796 /**/ 798 /**/