commit | b869c0da31716ff14bbfd63346d140d0a1d68af7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 00:10:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 00:10:51 2016 +0200 |
tree | 5a182ff0c5cc310da39c4892cc0aed7903ee82bf | |
parent | 53bdec2ac9b994eee9c60f2ab9ad8a8afb2b9594 [diff] [blame] |
patch 7.4.2080 Problem: When using PERROR() on some systems assert_fails() does not see the error. Solution: Make PERROR() always report the error.
diff --git a/src/version.c b/src/version.c index febea0a..742f78b 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2080, +/**/ 2079, /**/ 2078,