comparison src/version.c @ 15353:21580db06cf3 v8.1.0684

patch 8.1.0684: warnings from 64-bit compiler commit https://github.com/vim/vim/commit/4b7214ea7834c72188f4a7b0b76b49b81fef7d27 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 3 21:55:32 2019 +0100 patch 8.1.0684: warnings from 64-bit compiler Problem: Warnings from 64-bit compiler. Solution: Add type casts. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Jan 2019 22:00:06 +0100
parents be92862a0cb4
children 73b153ed5af8
comparison
equal deleted inserted replaced
15352:bcb99492a20f 15353:21580db06cf3
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 684,
802 /**/ 804 /**/
803 683, 805 683,
804 /**/ 806 /**/
805 682, 807 682,
806 /**/ 808 /**/