comparison src/version.c @ 6028:5deaa4e9812d v7.4.354

updated for version 7.4.354 Problem: Compiler warning. Solution: Change NUL to NULL. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 03 Jul 2014 22:54:08 +0200
parents d42a1d3b74d4
children 9a4efda75b5e
comparison
equal deleted inserted replaced
6027:1d3b648de738 6028:5deaa4e9812d
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 354,
737 /**/ 739 /**/
738 353, 740 353,
739 /**/ 741 /**/
740 352, 742 352,
741 /**/ 743 /**/