commit | 782b43d89473dac00e3a8e02224a8330b88dbfef | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jan 08 18:43:40 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 18:43:40 2022 +0000 |
tree | 4309b548ce74ff64dccec70435826e602d3b21e8 | |
parent | 7c24dfddc28776eeff7464982ae5b94e187b6135 [diff] [blame] |
patch 8.2.4045: some global functions are only used in one file Problem: Some global functions are only used in one file. Solution: Make the functions static. (Yegappan Lakshmanan, closes #9492)
diff --git a/src/version.c b/src/version.c index 86ab085..a1dea1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4045, +/**/ 4044, /**/ 4043,