1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-09-06 18:57:30 +02:00
parent ec1b0968aa
commit 3ae5fc9a6a
3 changed files with 12 additions and 0 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3406,
/**/
3405,
/**/