]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2557: compiler warning for shadowd variable v8.2.2557
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Feb 2021 22:39:22 +0000 (23:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Feb 2021 22:39:22 +0000 (23:39 +0100)
commit087b5ff35d219f4f48a3d4854783799d0f6a1732
treed56f0ea92943da662aa8c3311d12d827e3ce81a5
parent0a84284e603e39c1288d71f8f96f66eb7eb1ca61
patch 8.2.2557: compiler warning for shadowd variable

Problem:    Compiler warning for shadowd variable.
Solution:   Declare "p" only once.
src/version.c
src/vim9script.c