commit | a5d1a67bee5672786c4b172f66ae4391e7b0cc57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 17:57:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 17:57:47 2022 +0100 |
tree | b1fdba033a543ad4e0179ba96fe5be0aed5d81da | |
parent | d0121c63cfb0922a7048ece3efe994df6f444bed [diff] [blame] |
patch 9.0.0629: get an error for using const only when executing Problem: Get an error for using const only when executing. Solution: Check for const at compile time for filter(), map(), remove(), reverse(), sort() and uniq().
diff --git a/src/version.c b/src/version.c index 73093f4..8475d7e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 629, +/**/ 628, /**/ 627,