comparison src/version.c @ 6588:1ffe91b5e514 v7.4.620

updated for version 7.4.620 Problem: Compiler warning for unitinialized variable. (Tony Mechelynck) Solution: Initialize "did_free". (Ben Fritz)
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Feb 2015 23:06:45 +0100
parents 9ac723b9f54d
children f884a1140a0a
comparison
equal deleted inserted replaced
6587:9eafe83d3889 6588:1ffe91b5e514
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 620,
744 /**/ 746 /**/
745 619, 747 619,
746 /**/ 748 /**/
747 618, 749 618,
748 /**/ 750 /**/