commit | 4913d420e8e8619cff837372bce87683d6fcaa03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 13:13:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 13:13:32 2022 +0100 |
tree | 4485db34731a29ea8bbaded0f984f9633c6bf6a8 | |
parent | 3f0092c141824356b55b11cd3985baaf4df65334 [diff] [blame] |
patch 9.0.0778: indexing of unknown const type fails during compilation Problem: Indexing of unknown const type fails during compilation. Solution: Check for "any" properly. (closes #11389)
diff --git a/src/version.c b/src/version.c index b0ba507..e6b7ee1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 778, +/**/ 777, /**/ 776,