comparison src/version.c @ 12130:d3732b29ac5f v8.0.0945

patch 8.0.0945: 64-bit compiler warnings commit https://github.com/vim/vim/commit/60104f183cc639d2a5295ba157d4ec66ac19fa53 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 14 23:25:04 2017 +0200 patch 8.0.0945: 64-bit compiler warnings Problem: 64-bit compiler warnings. Solution: Use "size_t" instead of "int". (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Mon, 14 Aug 2017 23:30:04 +0200
parents 2f4eb2e10766
children 9e5f310b0713
comparison
equal deleted inserted replaced
12129:532f6ee4a3c7 12130:d3732b29ac5f
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 945,
772 /**/ 774 /**/
773 944, 775 944,
774 /**/ 776 /**/
775 943, 777 943,
776 /**/ 778 /**/