comparison src/version.c @ 6545:1ef8ce97fc40 v7.4.599

updated for version 7.4.599 Problem: Out-of-memory error. Solution: Avoid trying to allocate a negative amount of memory, use size_t instead of int. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 14:40:00 +0100
parents b01ca71f93b2
children 436d6c9e57f2
comparison
equal deleted inserted replaced
6544:930ad67c0414 6545:1ef8ce97fc40
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 599,
744 /**/ 746 /**/
745 598, 747 598,
746 /**/ 748 /**/
747 597, 749 597,
748 /**/ 750 /**/