comparison src/version.c @ 5897:b5972833add9 v7.4.291

updated for version 7.4.291 Problem: Compiler warning for int to pointer of different size when DEBUG is defined. Solution: use smsg() instead of EMSG3().
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 16:46:32 +0200
parents b871734bf54e
children 60cdaa05a6ad
comparison
equal deleted inserted replaced
5896:c98f67a300aa 5897:b5972833add9
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 291,
737 /**/ 739 /**/
738 290, 740 290,
739 /**/ 741 /**/
740 289, 742 289,
741 /**/ 743 /**/