commit | 1630bd980a1f7f62adc6f73cb20be66a3c382225 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Jun 14 12:30:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 12:30:25 2022 +0100 |
tree | 4ec868d17164e2b380b9c6a11c8b4fac7684231a | |
parent | 361f9d2da4eee27797deaa3283c5054106324b09 [diff] [blame] |
patch 8.2.5087: cannot build with clang on MS-Windows Problem: Cannot build with clang on MS-Windows. Solution: Add support for building with clang. (Yegappan Lakshmanan, closes #10557)
diff --git a/src/version.c b/src/version.c index dd3a8a7..47b5382 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5087, +/**/ 5086, /**/ 5085,