comparison src/version.c @ 5556:b14554844756 v7.4.126

updated for version 7.4.126 Problem: Compiler warnings for "const" and incompatible types. Solution: Remove "const", add type cast. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 12 Dec 2013 20:25:44 +0100
parents 45ef9d2096e8
children 6f5a7d394300
comparison
equal deleted inserted replaced
5555:7818ca6de3d0 5556:b14554844756
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 126,
741 /**/ 743 /**/
742 125, 744 125,
743 /**/ 745 /**/
744 124, 746 124,
745 /**/ 747 /**/