comparison src/version.c @ 9593:8dced5ab4615 v7.4.2074

commit https://github.com/vim/vim/commit/0a0f641b9841189ba4180758109d04d0a26e50e3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 19 21:30:13 2016 +0200 patch 7.4.2074 Problem: One more place using a dummy variable. Solution: Use offsetof(). (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jul 2016 21:45:06 +0200
parents 201773c00b96
children 0190d5de215f
comparison
equal deleted inserted replaced
9592:3e42d947b5ad 9593:8dced5ab4615
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2074,
761 /**/ 763 /**/
762 2073, 764 2073,
763 /**/ 765 /**/
764 2072, 766 2072,
765 /**/ 767 /**/