comparison src/version.c @ 8395:8137d5b642f3 v7.4.1489

commit https://github.com/vim/vim/commit/0c171716c0430458741fbf18a6fd4baea4c0390b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 4 22:57:20 2016 +0100 patch 7.4.1489 Problem: "inline" is not supported by old MSVC. Solution: use "__inline". (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Mar 2016 23:00:04 +0100
parents a7f94f0ba183
children 1e58a938aafc
comparison
equal deleted inserted replaced
8394:a547a31981c5 8395:8137d5b642f3
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1489,
746 /**/ 748 /**/
747 1488, 749 1488,
748 /**/ 750 /**/
749 1487, 751 1487,
750 /**/ 752 /**/