comparison src/version.c @ 5987:03d260a8ea0c v7.4.334

updated for version 7.4.334 Problem: Unitialized variables, causing some problems. Solution: Initialize the variables. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 18 Jun 2014 21:20:11 +0200
parents 8ae50e3ef8bf
children 8ad2ecd11602
comparison
equal deleted inserted replaced
5986:6973f595e1e9 5987:03d260a8ea0c
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 334,
737 /**/ 739 /**/
738 333, 740 333,
739 /**/ 741 /**/
740 332, 742 332,
741 /**/ 743 /**/