comparison src/version.c @ 4988:e130cc3d17af v7.3.1239

updated for version 7.3.1239 Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Mon, 24 Jun 2013 21:21:58 +0200
parents 048c69ebe8ee
children bc9125136c69
comparison
equal deleted inserted replaced
4987:9429c1cbd9d4 4988:e130cc3d17af
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1239,
731 /**/ 733 /**/
732 1238, 734 1238,
733 /**/ 735 /**/
734 1237, 736 1237,
735 /**/ 737 /**/