comparison src/version.c @ 5657:6b69d8dde19e v7.4.175

updated for version 7.4.175 Problem: When a wide library function fails, falling back to the non-wide function may do the wrong thing. Solution: Check the platform, when the wide function is supported don't fall back to the non-wide function. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 17:06:00 +0100
parents f2c8d86c460d
children ae228baaec2c
comparison
equal deleted inserted replaced
5656:5a7b07e0e61e 5657:6b69d8dde19e
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 175,
741 /**/ 743 /**/
742 174, 744 174,
743 /**/ 745 /**/
744 173, 746 173,
745 /**/ 747 /**/