comparison src/version.c @ 5571:6a28a9cf5153 v7.4.133

updated for version 7.4.133 Problem: Clang warns for using NUL. Solution: Change NUL to NULL. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 Jan 2014 06:19:11 +0100
parents 1b09d6792520
children 0defb460a0eb
comparison
equal deleted inserted replaced
5570:55cd783bbc2d 5571:6a28a9cf5153
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 133,
741 /**/ 743 /**/
742 132, 744 132,
743 /**/ 745 /**/
744 131, 746 131,
745 /**/ 747 /**/