comparison src/version.c @ 9762:93dcc4329c74 v7.4.2156

commit https://github.com/vim/vim/commit/c90f2aedd0a5dc2cc75bc9b5f475f8a3e3fe36b1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 4 22:00:15 2016 +0200 patch 7.4.2156 Problem: Compiler warning. Solution: Add type cast. (Ken Takata, Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Aug 2016 22:15:06 +0200
parents 96667173293d
children e0b783389bea
comparison
equal deleted inserted replaced
9761:7ed1c6668692 9762:93dcc4329c74
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2156,
766 /**/ 768 /**/
767 2155, 769 2155,
768 /**/ 770 /**/
769 2154, 771 2154,
770 /**/ 772 /**/