comparison src/version.c @ 7827:41789f16d6b2 v7.4.1210

commit https://github.com/vim/vim/commit/52ea13da0fe86df1abf34de52841e367035170c0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 30 18:51:09 2016 +0100 patch 7.4.1210 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jan 2016 19:00:05 +0100
parents 7898da204b98
children 2a8d6b2dd925
comparison
equal deleted inserted replaced
7826:df34d45f38d4 7827:41789f16d6b2
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 1210,
749 /**/ 751 /**/
750 1209, 752 1209,
751 /**/ 753 /**/
752 1208, 754 1208,
753 /**/ 755 /**/