commit | 9e0ee590197d74f94b7127bf0e033e4f83cf3762 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 22:17:28 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 22:17:28 2021 +0200 |
tree | 2b1bbcafd53dcaee18fdbd5f3287e693f8bc08f0 | |
parent | 1780f08ba42837b6d4a5f0451117a79b2d49974a [diff] [blame] |
patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined Problem: Build failure when ABORT_ON_INTERNAL_ERROR is defined. Solution: Adjust how estack_len_before is used.
diff --git a/src/version.c b/src/version.c index e3a6cb5..fcfd211 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3262, +/**/ 3261, /**/ 3260,