comparison src/version.c @ 25451:6f2384c064e4 v8.2.3262

patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined Commit: https://github.com/vim/vim/commit/9e0ee590197d74f94b7127bf0e033e4f83cf3762 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 31 22:17:28 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Jul 2021 22:30:02 +0200
parents 5dce28f92d04
children 21b70bab366c
comparison
equal deleted inserted replaced
25450:88cb2ee8a901 25451:6f2384c064e4
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3262,
758 /**/ 760 /**/
759 3261, 761 3261,
760 /**/ 762 /**/
761 3260, 763 3260,
762 /**/ 764 /**/