commit | 48f69cdfa401999ac5ff8cef6d8dcabe3f93e284 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 16:16:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 16:16:47 2022 +0000 |
tree | 94e6ae0524afcb069f817e72534a27e7a1628561 | |
parent | 96923b7a14839e7505b194ab76e1f15bb88fa7ed [diff] [blame] |
patch 8.2.4574: Vim9: test for profiling fails Problem: Vim9: test for profiling fails. Solution: Mark function for profiling earlier to avoid E1271.
diff --git a/src/version.c b/src/version.c index 9e5e142..4dfbdd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4574, +/**/ 4573, /**/ 4572,