diff src/eval.c @ 5840:af1bb39774f4 v7.4.263

updated for version 7.4.263 Problem: GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz) Solution: Remove the second declaration.
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Apr 2014 19:44:30 +0200
parents 6bc874e4789a
children 00acac0af680
line wrap: on
line diff
--- a/src/eval.c
+++ b/src/eval.c
@@ -18319,7 +18319,6 @@ get_cmd_output_as_rettv(argvars, rettv, 
 	char_u		*s = NULL;
 	char_u		*start;
 	char_u		*end;
-	char_u		*p;
 	int		i;
 
 	res = get_cmd_output(get_tv_string(&argvars[0]), infile,