]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2397: should not define __USE_XOPEN v8.1.2397
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Dec 2019 22:07:06 +0000 (23:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Dec 2019 22:07:06 +0000 (23:07 +0100)
commite7dd0deb3c4c4b1f55e28e5fe9a4ef4b76951b85
tree2837cfa9492bb137bf63cbdc0e3794490f6550fb
parentc08ee7476b19f9b4de5df287797af87c4e3fba0a
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)
src/version.c
src/vim.h