comparison src/version.c @ 6022:f9ec944e4474 v7.4.351

updated for version 7.4.351 Problem: sort() is not stable. Solution: When the items are identical, compare the pointers.
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Jul 2014 19:06:18 +0200
parents ad005d0114c1
children b4962cf3a1c0
comparison
equal deleted inserted replaced
6021:9c68b3561d82 6022:f9ec944e4474
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 351,
737 /**/ 739 /**/
738 350, 740 350,
739 /**/ 741 /**/
740 349, 742 349,
741 /**/ 743 /**/