comparison src/version.c @ 9301:c3805fb080a6 v7.4.1933

commit https://github.com/vim/vim/commit/72e697d189616265ecefe0df4509d476df3bae40 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 13 22:48:01 2016 +0200 patch 7.4.1933 Problem: Compiler warning about uninitialzed variable. (Yegappan) Solution: Give it a dummy value.
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Jun 2016 23:00:05 +0200
parents 8000f0a44744
children 1cc29584ef6d
comparison
equal deleted inserted replaced
9300:8a9695e6f91e 9301:c3805fb080a6
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1933,
756 /**/ 758 /**/
757 1932, 759 1932,
758 /**/ 760 /**/
759 1931, 761 1931,
760 /**/ 762 /**/