comparison src/version.c @ 5338:965044860b7f v7.4.022

updated for version 7.4.022 Problem: Deadlock while exiting, because of allocating memory. Solution: Do not use gettext() in deathtrap(). (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Sep 2013 21:41:39 +0200
parents c514693882b9
children 09361f13580b
comparison
equal deleted inserted replaced
5337:09ecbbbdee62 5338:965044860b7f
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 22,
741 /**/ 743 /**/
742 21, 744 21,
743 /**/ 745 /**/
744 20, 746 20,
745 /**/ 747 /**/