commit | fb489af2ec1b181d212a8aa8151d7784b260d01b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 15:41:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 15:41:09 2020 +0200 |
tree | 527d34dd14f5867845250c73bc2d9d7eae6b4673 | |
parent | 5e654230777ad21363a929dce3cfe0387da031a7 [diff] [blame] |
patch 8.2.1692: build fails because TTFLAG_STATIC is missing Problem: Build fails because TTFLAG_STATIC is missing. Solution: Include missing change.
diff --git a/src/version.c b/src/version.c index 2154ddd..d1ce8f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1692, +/**/ 1691, /**/ 1690,