commit | ef089f50f9d6685c7a0ab94f9133576d7beec32b | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Dec 31 17:33:47 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 17:33:47 2021 +0000 |
tree | 347e4a24974dccf79344b31649c42f6c67ca4b92 | |
parent | 1a9922243a90f213894d5c58cd063465eea3350f [diff] [blame] |
patch 8.2.3958: build failure compiling xxd with "-std=c2x" Problem: Build failure compiling xxd with "-std=c2x". Solution: define _XOPEN_SOURCE. (Yegappan Lakshmanan, closes #9444)
diff --git a/src/version.c b/src/version.c index 0431474..80f5048 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3958, +/**/ 3957, /**/ 3956,