commit | a2e468fcac7523ae6a0ab65db5196684801fa2d1 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Wed Jun 02 15:08:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 02 15:08:50 2021 +0200 |
tree | b0a2f9c204343c8aa4438849537a1bffdcad849e | |
parent | eecf2b35a146d7d5512f2525ad631d796e19edac [diff] [blame] |
patch 8.2.2924: superfluous extern declaration Problem: Superfluous extern declaration. Solution: Delete the declaration. (Ken Takata, closes #8307)
diff --git a/src/version.c b/src/version.c index ee1dfa7..aaf27c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2924, +/**/ 2923, /**/ 2922,