commit | 48773f1f83e666c49b9d88ea6a392d50215ca013 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 21:46:46 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 21:46:46 2019 +0100 |
tree | 588f9acd4bf8234c1d579ec6955e59f24cd84321 | |
parent | e0fb7d1e38e1cf699412e212cda863420f5f8bd2 [diff] [blame] |
patch 8.1.0900: ConPTY many crash with 32-bit build Problem: ConPTY many crash with 32-bit build. Solution: Fix function declarations. (Ken Takata, closes #3943)
diff --git a/src/version.c b/src/version.c index f3e1081..b02be7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 900, +/**/ 899, /**/ 898,