commit | 83ae6150bf6bd313487b3a51f9be9836e8b9c20f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 19:59:31 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 19:59:31 2023 +0000 |
tree | 2bb42b70c458b89067896cc22796dea7270d7648 | |
parent | d6a4ea3aa0d3f4a886ea900e94bf4e8ca8ae8d63 [diff] [blame] |
patch 9.0.1355: no error when declaring a class twice Problem: No error when declaring a class twice. (Ernie Rael) Solution: Pass different flags when declaring the class. (closes #12057)
diff --git a/src/version.c b/src/version.c index 315f91e..785f76e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1355, +/**/ 1354, /**/ 1353,