0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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)
This commit is contained in:
zeertzjq
2023-04-13 22:12:50 +01:00
committed by Bram Moolenaar
parent aa7f25ebf1
commit b7f6f93475
3 changed files with 8 additions and 11 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1452,
/**/
1451,
/**/