commit | 2ed890f1f810f977ec6a235efd8bf58adddcd0e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 21 20:31:14 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 21 20:31:14 2018 +0200 |
tree | 3fb87223aca24efea774483513f12805ffc5bd7a | |
parent | 71ef1ba5e996f34d3e0acbe1d89c4c6bfa5e98ba [diff] [blame] |
patch 8.1.0093: non-MS-Windows: Cannot interrupt gdb when program is running Problem: non-MS-Windows: Cannot interrupt gdb when program is running. Solution: Only use debugbreak() on MS-Windows.
diff --git a/src/version.c b/src/version.c index 80a3c2c..b821423 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 93, +/**/ 92, /**/ 91,