commit | 330d64d32cbb8ba7cdfe8dc0bedd4caff3bb01e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 12:55:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 12:55:33 2022 +0100 |
tree | eb976296a363bce38974dc68463902c2526b414e | |
parent | 30c0c467d6cc2a7af960ccb9002b50115b0e55cf [diff] [blame] |
patch 9.0.0703: failing check for argument type for const any Problem: Failing check for argument type for const any. Solution: Check for any type properly. (closes #11316)
diff --git a/src/version.c b/src/version.c index 0e31af3..e08cf49 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 703, +/**/ 702, /**/ 701,