commit | 3ae5fc9a6a881e0be381e4cc70080ac5908d7520 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 06 18:57:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 06 18:57:30 2021 +0200 |
tree | df2029485a6aedd48af0565556cd95d7e1eb3b3b | |
parent | ec1b0968aa90d408a79b5b5dca465f65e69753a1 [diff] [blame] |
patch 8.2.3406: on some systems tests fail without _REENTRANT Problem: On some systems tests fail without _REENTRANT. (Elimar Riesebieter) Solution: Add -D_REENTRANT in configure. (closes #7402)
diff --git a/src/version.c b/src/version.c index 742f899..d56e443 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3406, +/**/ 3405, /**/ 3404,