comparison src/version.c @ 7202:de43f10a3850 v7.4.910

commit https://github.com/vim/vim/commit/e7427f4b7e1af6a63600183be6b4c5724beb2f66 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 13:24:20 2015 +0100 patch 7.4.910 Problem: Compiler complains about type punned pointer. Solution: Use another way to increment the ref count.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Nov 2015 13:30:04 +0100
parents bc951043f655
children 5fad7bc0fe83
comparison
equal deleted inserted replaced
7201:5fe47f21f158 7202:de43f10a3850
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 910,
744 /**/ 746 /**/
745 909, 747 909,
746 /**/ 748 /**/
747 908, 749 908,
748 /**/ 750 /**/