comparison src/version.c @ 17328:12c1f01b304e v8.1.1663

patch 8.1.1663: compiler warning for using size_t commit https://github.com/vim/vim/commit/1072768b919efd1dd3fe28d58b24274cb92ad098 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 12 13:59:20 2019 +0200 patch 8.1.1663: compiler warning for using size_t Problem: Compiler warning for using size_t. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jul 2019 14:00:06 +0200
parents 84b9e60ff459
children b2918bd457cb
comparison
equal deleted inserted replaced
17327:4afa794015d7 17328:12c1f01b304e
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1663,
780 /**/ 782 /**/
781 1662, 783 1662,
782 /**/ 784 /**/
783 1661, 785 1661,
784 /**/ 786 /**/