commit | e7dd0deb3c4c4b1f55e28e5fe9a4ef4b76951b85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 23:07:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 23:07:06 2019 +0100 |
tree | 2837cfa9492bb137bf63cbdc0e3794490f6550fb | |
parent | c08ee7476b19f9b4de5df287797af87c4e3fba0a [diff] [blame] |
patch 8.1.2397: should not define __USE_XOPEN Problem: Should not define __USE_XOPEN. _XOPEN_SOURCE is not needed for Android. Solution: Remove __USE_XOPEN and adjust #ifdefs. (Ozaki Kiichi, closes #5322)
diff --git a/src/version.c b/src/version.c index f5c7d2e..f658039 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2397, +/**/ 2396, /**/ 2395,