commit | b7f6f93475a3ad5c590a09a2577fd51590bea9e1 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Apr 13 22:12:50 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 13 22:12:50 2023 +0100 |
tree | f910fd7a0482e33ccd0cd1f286c2c9b1b745d9b9 | |
parent | aa7f25ebf16b8be99239af1134b441e3da93060a [diff] [blame] |
patch 9.0.1452: code using EVAL_CONSTANT is dead, it is never set Problem: Code using EVAL_CONSTANT is dead, it is never set. Solution: Remove EVAL_CONSTANT. (closes #12252)
diff --git a/src/version.c b/src/version.c index e55ff4a..6bbf3d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1452, +/**/ 1451, /**/ 1450,