commit | e73b38f8e10c220a382270f69e24cad08d3bf792 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 21:22:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 21:22:09 2020 +0100 |
tree | a4b8e8bfd1d551248c7bff8d029bbef37b862f25 | |
parent | 7b94e77132eabdf0e43abca57e2ffeb961545174 [diff] [blame] |
patch 8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30 Problem: MS-Windows: cannot build with Strawberry Perl 5.30. Solution: Define __builtin_expect() as a workaround. (Ken Takata, closes #5267)
diff --git a/src/version.c b/src/version.c index 36dee83..41a6d37 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 94, +/**/ 93, /**/ 92,