commit | 24e9b6fe4b5d09bcced1318c6c1b92d807e96ac7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 16:28:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 16:28:44 2020 +0100 |
tree | c0f3fffdf9ca4dd493a6a6f88b2425d74268c5e0 | |
parent | 3696839ef1165804159e28f50cb6113acc3d519d [diff] [blame] |
patch 8.2.0411: Mac: breakcheck is using a value from the stone ages Problem: Mac: breakcheck is using a value from the stone ages. Solution: Delete BREAKCHECK_SKIP from the Mac header file. (Ben Jackson)
diff --git a/src/version.c b/src/version.c index 367686c..e306970 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 411, +/**/ 410, /**/ 409,