From d94fbfc74a8b8073e7a256c95fa6f39fc527c726 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Tue, 4 Jan 2022 17:01:44 +0000 Subject: patch 8.2.4001: insert complete code uses global variables Problem: Insert complete code uses global variables. Solution: Make variables local to the file and use accessor functions. (Yegappan Lakshmanan, closes #9470) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 83e054a23..e4c5bb839 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4001, /**/ 4000, /**/ -- cgit v1.2.1