commit | c95e8d649045add4e77b423bc159dc0d845af559 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 18:35:44 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 18:35:44 2019 +0100 |
tree | b682819dd9c0990dfbae7a9d96d3dff4e66acb8d | |
parent | 309976ec1f033c68480bbc8cc363db5b5ea944f9 [diff] [blame] |
patch 8.1.2391: cannot build when __QNXNTO__ is defined Problem: Cannot build when __QNXNTO__ is defined. (Ian Wayne Larson) Solution: Move the check for "qansi". (Ken Takata, closes #5317)
diff --git a/src/version.c b/src/version.c index 12aaf57..c9d701b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2391, +/**/ 2390, /**/ 2389,