commit | fa1039760e8c1a0c7a2a722160bd3d71a4736e61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 19:14:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 19:14:42 2022 +0100 |
tree | 3749fc4f1e8e0cdccdde2c131dfca30b3b07917c | |
parent | 9f573a8df02d9f699a43d2afbd1d2841d700b9ad [diff] [blame] |
patch 9.0.0623: error for modifying a const is not detected at compile time Problem: Error for modifying a const is not detected at compile time. Solution: Add TTFLAG_CONST and check for it in add() and extend().
diff --git a/src/version.c b/src/version.c index 95042e8..bcc0b24 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 623, +/**/ 622, /**/ 621,