comparison src/version.c @ 5871:b4ce0e1fb5a6 v7.4.278

updated for version 7.4.278 Problem: list_remove() conflicts with function defined in Sun header file. Solution: Rename the function. (Richard Palo)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 May 2014 17:31:37 +0200
parents 373204662d82
children 8e9db1f27a00
comparison
equal deleted inserted replaced
5870:5ba7dba0d59c 5871:b4ce0e1fb5a6
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 278,
737 /**/ 739 /**/
738 277, 740 277,
739 /**/ 741 /**/
740 276, 742 276,
741 /**/ 743 /**/