From: Ivan Maidanski Date: Sun, 17 Dec 2017 07:42:17 +0000 (+0300) Subject: Remove duplicate check whether MPROTECT_VDB is defined X-Git-Tag: v8.0.0~445 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cdb04f905a3a2816210d544e6223aba3a8df215;p=gc Remove duplicate check whether MPROTECT_VDB is defined (fix commit db26b7e4b) * tests/test.c [GC_PTHREADS && MPROTECT_VDB && !REDIRECT_MALLOC && !MAKE_BACK_GRAPH && !USE_PROC_FOR_LIBRARIES && !NO_INCREMENTAL] (main): Remove duplicate defined(MPROTECT_VDB). --- diff --git a/tests/test.c b/tests/test.c index e623cf9c..c8d62041 100644 --- a/tests/test.c +++ b/tests/test.c @@ -2255,7 +2255,7 @@ int main(void) # if defined(MPROTECT_VDB) # if !defined(REDIRECT_MALLOC) && !defined(MAKE_BACK_GRAPH) \ && !defined(USE_PROC_FOR_LIBRARIES) && !defined(NO_INCREMENTAL) \ - && !(defined(MPROTECT_VDB) && defined(USE_MUNMAP)) + && !defined(USE_MUNMAP) GC_enable_incremental(); # endif if (GC_is_incremental_mode()) {