commit | 4c8b546da2059865e20902586bb3e0ff07c279a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 20:01:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 20:01:39 2022 +0000 |
tree | 48f6530068bd15448802dbd076b155ce8b9c8e1f | |
parent | d597ab00d799aa078be32e6677e01a7582106105 [diff] [blame] |
patch 8.2.4582: useless code handling a type declaration Problem: Useless code handling a type declaration. Solution: Remove the code and give an error.
diff --git a/src/version.c b/src/version.c index fd63279..e3873d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4582, +/**/ 4581, /**/ 4580,