changeset 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 1d3b648de738
children 13aa635aed9f
files src/screen.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -3704,7 +3704,7 @@ win_line(wp, lnum, startrow, endrow, noc
 		    if (diff_hlf != (hlf_T)0)
 			char_attr = hl_attr(diff_hlf);
 #endif
-		    p_extra = NUL;
+		    p_extra = NULL;
 		    c_extra = ' ';
 		    n_extra = get_breakindent_win(wp,
 				       ml_get_buf(wp->w_buffer, lnum, FALSE));
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    354,
+/**/
     353,
 /**/
     352,