comparison src/version.c @ 4297:aca1886102bd v7.3.898

updated for version 7.3.898 Problem: Memory leak reported by valgrind in test 91. Solution: Only use default argument when needed.
author Bram Moolenaar <bram@vim.org>
date Mon, 15 Apr 2013 15:15:35 +0200
parents 5aa74a2f8f9d
children bb3cfdb62607
comparison
equal deleted inserted replaced
4296:0f8a46b62c70 4297:aca1886102bd
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 898,
731 /**/ 733 /**/
732 897, 734 897,
733 /**/ 735 /**/
734 896, 736 896,
735 /**/ 737 /**/