comparison src/version.c @ 5612:30e300c0b2c1 v7.4.153

updated for version 7.4.153 Problem: Compiler warning for pointer type. Solution: Add type cast.
author Bram Moolenaar <bram@vim.org>
date Tue, 14 Jan 2014 19:35:56 +0100
parents 2ace11abcfb5
children 71837ace77df
comparison
equal deleted inserted replaced
5611:53bfbc9e797d 5612:30e300c0b2c1
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 153,
741 /**/ 743 /**/
742 152, 744 152,
743 /**/ 745 /**/
744 151, 746 151,
745 /**/ 747 /**/