]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0315: build failure on HP-UX system v8.2.0315
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Feb 2020 20:26:49 +0000 (21:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Feb 2020 20:26:49 +0000 (21:26 +0100)
commitc593bec4120f122e8a9129ec461968f1bd214435
tree22369683929b342529fb245d598e4ee9132d917b
parente010c720b2024d8c6df45c60c6001c3b4f157de1
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)
src/json.c
src/structs.h
src/version.c