comparison src/version.c @ 24031:2ff087b47127 v8.2.2557

patch 8.2.2557: compiler warning for shadowd variable Commit: https://github.com/vim/vim/commit/087b5ff35d219f4f48a3d4854783799d0f6a1732 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 23:39:22 2021 +0100 patch 8.2.2557: compiler warning for shadowd variable Problem: Compiler warning for shadowd variable. Solution: Declare "p" only once.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Feb 2021 23:45:03 +0100
parents 429b4f8d2fac
children 308d29307910
comparison
equal deleted inserted replaced
24030:45c1d2b15801 24031:2ff087b47127
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2557,
753 /**/ 755 /**/
754 2556, 756 2556,
755 /**/ 757 /**/
756 2555, 758 2555,
757 /**/ 759 /**/