comparison src/version.c @ 5655:f2c8d86c460d v7.4.174

updated for version 7.4.174 Problem: Compiler warnings for Python interface. (Tony Mechelynck) Solution: Add type casts, initialize variable.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 16:00:35 +0100
parents 233ad7b960d0
children 6b69d8dde19e
comparison
equal deleted inserted replaced
5654:b61448197d34 5655:f2c8d86c460d
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 174,
741 /**/ 743 /**/
742 173, 744 173,
743 /**/ 745 /**/
744 172, 746 172,
745 /**/ 747 /**/