commit | 5f6cae8b8a49c435556e32f84d067cd0b4d28e4c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 11:00:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 11:00:50 2022 +0100 |
tree | afbbc0a280a61666137fdb031f71e69f339d6a37 | |
parent | 2ecbe53f452e92e941aff623f6a0b72f80e43d07 [diff] [blame] |
patch 9.0.0108: configure check for timer_create may give wrong error Problem: Configure check for timer_create may give wrong error. Solution: Give a warning instead of an error.
diff --git a/src/version.c b/src/version.c index 79802aa..80bd894 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 108, +/**/ 107, /**/ 106,