commit | b2a76ec06bb1130cfb632bdfef64e479fa55dd5c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 25 21:34:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 25 21:34:46 2017 +0200 |
tree | 42527fd8fe944b251a85a3045166549554b46187 | |
parent | 1c84493bbeda1d58b70e9b2b7723ce92fb2a49d4 [diff] [blame] |
patch 8.0.0772: other stdbool.h dependencies in libvterm Problem: Other stdbool.h dependencies in libvterm. Solution: Remove the dependency and use TRUE/FALSE/int. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 10189f4..1553a90 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 772, +/**/ 771, /**/ 770,