comparison src/version.c @ 4319:b79f3c3a584c v7.3.909

updated for version 7.3.909 Problem: Duplicate Python code. Solution: Move more items to if_py_both.h. (ZyX) Also avoid compiler warnings for missing initializers.
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Apr 2013 13:39:15 +0200
parents 4281875776fb
children d8d9c591c50f
comparison
equal deleted inserted replaced
4318:f19b589e1e8d 4319:b79f3c3a584c
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 909,
731 /**/ 733 /**/
732 908, 734 908,
733 /**/ 735 /**/
734 907, 736 907,
735 /**/ 737 /**/