commit | c593bec4120f122e8a9129ec461968f1bd214435 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 25 21:26:49 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 25 21:26:49 2020 +0100 |
tree | 22369683929b342529fb245d598e4ee9132d917b | |
parent | e010c720b2024d8c6df45c60c6001c3b4f157de1 [diff] [blame] |
patch 8.2.0315: build failure on HP-UX system Problem: Build failure on HP-UX system. Solution: Use LONG_LONG_MIN instead of LLONG_MIN. Add type casts for switch statement. (John Marriott)
diff --git a/src/version.c b/src/version.c index 7f2a454..d4fe485 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 315, +/**/ 314, /**/ 313,