comparison src/version.c @ 12246:337690672bda v8.0.1003

patch 8.0.1003: 64 bit compiler warning commit https://github.com/vim/vim/commit/e85928a324ab78912ea0f0ceb2dcd9fd686dc3b0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 27 13:10:10 2017 +0200 patch 8.0.1003: 64 bit compiler warning Problem: 64 bit compiler warning Solution: Add type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2017 13:15:05 +0200
parents d0b039e2ed56
children f9de19f981a4
comparison
equal deleted inserted replaced
12245:1ebf27505a95 12246:337690672bda
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 1003,
772 /**/ 774 /**/
773 1002, 775 1002,
774 /**/ 776 /**/
775 1001, 777 1001,
776 /**/ 778 /**/